Html Css Color HEX #BDD719 Rio Grande

📋 copy color: '#BDD719'

red 189 ◦ green 215 ◦ blue 25

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

Shades of Rio Grande #BDD719

Tints of Rio Grande #BDD719

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.12%

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

R = 44.06%
G = 50.12%
B = 5.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#BDD719 (or 0xBDD719) is known color: Rio Grande. HEX triplet: BD, D7 and 19. RGB value is (189,215,25). Sum of RGB (Red+Green+Blue) = 189+215+25=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD719 is #4228E6. Grayscale: #BABABA. Windows color (decimal): -4335847 or 1693629. OLE color: 1693629.

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

Color convert

RGB 189 215 25 -
CMYK 0.12 0 0.88 0.16
HSL 68.21º 0.79% 0.47% -
HSV(B) 68.21º 0.88% 0.84% -
XYZ 45.46 59.49 10.01 -
YUV 185.57 37.39 130.45 -
System Red Green Blue C M Y K H S L
Decimal 189 215 25 0.12 0 0.88 0.16 68.21 0.79 0.47
Hex BD D7 19 C 0 58 10 44 4F 2F
Octal 275 327 31 14 0 130 20 104 117 57
Binary 10111101 11010111 11001 1100 0 1011000 10000 1000100 1001111 101111

Color Harmonies of #BDD719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD719

Black with #BDD719

Text Example


Text Example

White with #BDD719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD719; }

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

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

background-color css

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

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

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

border-color css

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

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

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