Html Css Color HEX #BDD819 Rio Grande

📋 copy color: '#BDD819'

red 189 ◦ green 216 ◦ blue 25

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

Shades of Rio Grande #BDD819

Tints of Rio Grande #BDD819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.81%

R = 43.95%
G = 50.23%
B = 5.81%

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

#BDD819 (or 0xBDD819) is known color: Rio Grande. HEX triplet: BD, D8 and 19. RGB value is (189,216,25). Sum of RGB (Red+Green+Blue) = 189+216+25=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD819 is #4227E6. Grayscale: #BABABA. Windows color (decimal): -4335591 or 1693885. OLE color: 1693885.

HSL color Cylindrical-coordinate representation of color #BDD819: hue angle of 68.48º 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 #BDD819 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 25 -
CMYK 0.12 0 0.88 0.15
HSL 68.48º 0.79% 0.47% -
HSV(B) 68.48º 0.88% 0.85% -
XYZ 45.72 60 10.09 -
YUV 186.15 37.05 130.03 -
System Red Green Blue C M Y K H S L
Decimal 189 216 25 0.12 0 0.88 0.15 68.48 0.79 0.47
Hex BD D8 19 C 0 58 F 44 4F 2F
Octal 275 330 31 14 0 130 17 104 117 57
Binary 10111101 11011000 11001 1100 0 1011000 1111 1000100 1001111 101111

Color Harmonies of #BDD819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD819

Black with #BDD819

Text Example


Text Example

White with #BDD819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD819; }

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

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

background-color css

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

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

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

border-color css

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

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

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