Html Css Color HEX #BDD81B Rio Grande

📋 copy color: '#BDD81B'

red 189 ◦ green 216 ◦ blue 27

#BDD81B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BDD81B

Tints of Rio Grande #BDD81B

RGB

 RED value IS 189 (74.22% from 255) = 43.75%

 GREEN value IS 216 (84.77% from 255) = 50%

 BLUE value IS 27 (10.94% from 255) = 6.25%

R = 43.75%
G = 50%
B = 6.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDD81B (or 0xBDD81B) is known color: Rio Grande. HEX triplet: BD, D8 and 1B. RGB value is (189,216,27). Sum of RGB (Red+Green+Blue) = 189+216+27=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD81B is #4227E4. Grayscale: #BBBBBB. Windows color (decimal): -4335589 or 1824957. OLE color: 1824957.

HSL color Cylindrical-coordinate representation of color #BDD81B: hue angle of 68.57º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDD81B is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 27 -
CMYK 0.12 0 0.88 0.15
HSL 68.57º 0.78% 0.48% -
HSV(B) 68.57º 0.88% 0.85% -
XYZ 45.74 60.01 10.21 -
YUV 186.38 38.05 129.87 -
System Red Green Blue C M Y K H S L
Decimal 189 216 27 0.12 0 0.88 0.15 68.57 0.78 0.48
Hex BD D8 1B C 0 58 F 45 4E 30
Octal 275 330 33 14 0 130 17 105 116 60
Binary 10111101 11011000 11011 1100 0 1011000 1111 1000101 1001110 110000

Color Harmonies of #BDD81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD81B

Black with #BDD81B

Text Example


Text Example

White with #BDD81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD81B; }

 p { color: rgb(189,216,27); }

 H1.HeaderClassName
 {
   color: #BDD81B;
 }
 .AnyTagClassName
 {
   color: #BDD81B;
 }
</style>

background-color css

<style>
 a { background-color: #BDD81B; }

 a { background-color: rgb(189,216,27); }

 div.DivClassName
 {
   background-color: #BDD81B;
 }
 .BgClassName
 {
   background-color: #BDD81B;
 }
</style>

border-color css

<style>
 span { border-color: #BDD81B; }

 span { border-color: rgb(189,216,27); }

 td.TdClassName
 {
   border-color: #BDD81B;
 }
 .TagClassName
 {
   border-color: #BDD81B;
 }
</style>