Html Css Color HEX #BDD81A Rio Grande

📋 copy color: '#BDD81A'

red 189 ◦ green 216 ◦ blue 26

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

Shades of Rio Grande #BDD81A

Tints of Rio Grande #BDD81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.03%

R = 43.85%
G = 50.12%
B = 6.03%

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

#BDD81A (or 0xBDD81A) is known color: Rio Grande. HEX triplet: BD, D8 and 1A. RGB value is (189,216,26). Sum of RGB (Red+Green+Blue) = 189+216+26=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD81A is #4227E5. Grayscale: #BBBBBB. Windows color (decimal): -4335590 or 1759421. OLE color: 1759421.

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

Color convert

RGB 189 216 26 -
CMYK 0.12 0 0.88 0.15
HSL 68.53º 0.79% 0.47% -
HSV(B) 68.53º 0.88% 0.85% -
XYZ 45.73 60.01 10.15 -
YUV 186.27 37.55 129.95 -
System Red Green Blue C M Y K H S L
Decimal 189 216 26 0.12 0 0.88 0.15 68.53 0.79 0.47
Hex BD D8 1A C 0 58 F 45 4F 2F
Octal 275 330 32 14 0 130 17 105 117 57
Binary 10111101 11011000 11010 1100 0 1011000 1111 1000101 1001111 101111

Color Harmonies of #BDD81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD81A

Black with #BDD81A

Text Example


Text Example

White with #BDD81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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