Html Css Color HEX #BDC31C Rio Grande

📋 copy color: '#BDC31C'

red 189 ◦ green 195 ◦ blue 28

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

Shades of Rio Grande #BDC31C

Tints of Rio Grande #BDC31C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.33%

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

R = 45.87%
G = 47.33%
B = 6.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#BDC31C (or 0xBDC31C) is known color: Rio Grande. HEX triplet: BD, C3 and 1C. RGB value is (189,195,28). Sum of RGB (Red+Green+Blue) = 189+195+28=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC31C is #423CE3. Grayscale: #AEAEAE. Windows color (decimal): -4340964 or 1885117. OLE color: 1885117.

HSL color Cylindrical-coordinate representation of color #BDC31C: hue angle of 62.16º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDC31C is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 28 -
CMYK 0.03 0 0.86 0.24
HSL 62.16º 0.75% 0.44% -
HSV(B) 62.16º 0.86% 0.76% -
XYZ 40.71 49.93 8.59 -
YUV 174.17 45.51 138.58 -
System Red Green Blue C M Y K H S L
Decimal 189 195 28 0.03 0 0.86 0.24 62.16 0.75 0.44
Hex BD C3 1C 3 0 56 18 3E 4B 2C
Octal 275 303 34 3 0 126 30 76 113 54
Binary 10111101 11000011 11100 11 0 1010110 11000 111110 1001011 101100

Color Harmonies of #BDC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC31C

Black with #BDC31C

Text Example


Text Example

White with #BDC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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