Html Css Color HEX #BDD21C Rio Grande

📋 copy color: '#BDD21C'

red 189 ◦ green 210 ◦ blue 28

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

Shades of Rio Grande #BDD21C

Tints of Rio Grande #BDD21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.18%

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

R = 44.26%
G = 49.18%
B = 6.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#BDD21C (or 0xBDD21C) is known color: Rio Grande. HEX triplet: BD, D2 and 1C. RGB value is (189,210,28). Sum of RGB (Red+Green+Blue) = 189+210+28=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD21C is #422DE3. Grayscale: #B7B7B7. Windows color (decimal): -4337124 or 1888957. OLE color: 1888957.

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

Color convert

RGB 189 210 28 -
CMYK 0.10 0 0.87 0.18
HSL 66.92º 0.76% 0.47% -
HSV(B) 66.92º 0.87% 0.82% -
XYZ 44.24 57 9.77 -
YUV 182.97 40.54 132.3 -
System Red Green Blue C M Y K H S L
Decimal 189 210 28 0.10 0 0.87 0.18 66.92 0.76 0.47
Hex BD D2 1C A 0 57 12 43 4C 2F
Octal 275 322 34 12 0 127 22 103 114 57
Binary 10111101 11010010 11100 1010 0 1010111 10010 1000011 1001100 101111

Color Harmonies of #BDD21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD21C

Black with #BDD21C

Text Example


Text Example

White with #BDD21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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