Html Css Color HEX #BDD71C Rio Grande

📋 copy color: '#BDD71C'

red 189 ◦ green 215 ◦ blue 28

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

Shades of Rio Grande #BDD71C

Tints of Rio Grande #BDD71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.48%

R = 43.75%
G = 49.77%
B = 6.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#BDD71C (or 0xBDD71C) is known color: Rio Grande. HEX triplet: BD, D7 and 1C. RGB value is (189,215,28). Sum of RGB (Red+Green+Blue) = 189+215+28=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD71C is #4228E3. Grayscale: #BABABA. Windows color (decimal): -4335844 or 1890237. OLE color: 1890237.

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

Color convert

RGB 189 215 28 -
CMYK 0.12 0 0.87 0.16
HSL 68.34º 0.77% 0.48% -
HSV(B) 68.34º 0.87% 0.84% -
XYZ 45.5 59.5 10.19 -
YUV 185.91 38.89 130.21 -
System Red Green Blue C M Y K H S L
Decimal 189 215 28 0.12 0 0.87 0.16 68.34 0.77 0.48
Hex BD D7 1C C 0 57 10 44 4D 30
Octal 275 327 34 14 0 127 20 104 115 60
Binary 10111101 11010111 11100 1100 0 1010111 10000 1000100 1001101 110000

Color Harmonies of #BDD71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD71C

Black with #BDD71C

Text Example


Text Example

White with #BDD71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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