Html Css Color HEX #BDD119 Rio Grande

📋 copy color: '#BDD119'

red 189 ◦ green 209 ◦ blue 25

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

Shades of Rio Grande #BDD119

Tints of Rio Grande #BDD119

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.41%

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

R = 44.68%
G = 49.41%
B = 5.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#BDD119 (or 0xBDD119) is known color: Rio Grande. HEX triplet: BD, D1 and 19. RGB value is (189,209,25). Sum of RGB (Red+Green+Blue) = 189+209+25=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD119 is #422EE6. Grayscale: #B6B6B6. Windows color (decimal): -4337383 or 1692093. OLE color: 1692093.

HSL color Cylindrical-coordinate representation of color #BDD119: hue angle of 66.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDD119 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 25 -
CMYK 0.10 0 0.88 0.18
HSL 66.52º 0.79% 0.46% -
HSV(B) 66.52º 0.88% 0.82% -
XYZ 43.96 56.49 9.51 -
YUV 182.04 39.37 132.96 -
System Red Green Blue C M Y K H S L
Decimal 189 209 25 0.10 0 0.88 0.18 66.52 0.79 0.46
Hex BD D1 19 A 0 58 12 43 4F 2E
Octal 275 321 31 12 0 130 22 103 117 56
Binary 10111101 11010001 11001 1010 0 1011000 10010 1000011 1001111 101110

Color Harmonies of #BDD119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD119

Black with #BDD119

Text Example


Text Example

White with #BDD119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD119; }

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

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

background-color css

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

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

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

border-color css

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

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

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