Html Css Color HEX #BDC31E Rio Grande

📋 copy color: '#BDC31E'

red 189 ◦ green 195 ◦ blue 30

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

Shades of Rio Grande #BDC31E

Tints of Rio Grande #BDC31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.25%

R = 45.65%
G = 47.1%
B = 7.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#BDC31E (or 0xBDC31E) is known color: Rio Grande. HEX triplet: BD, C3 and 1E. RGB value is (189,195,30). Sum of RGB (Red+Green+Blue) = 189+195+30=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC31E is #423CE1. Grayscale: #AFAFAF. Windows color (decimal): -4340962 or 2016189. OLE color: 2016189.

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

Color convert

RGB 189 195 30 -
CMYK 0.03 0 0.85 0.24
HSL 62.18º 0.73% 0.44% -
HSV(B) 62.18º 0.85% 0.76% -
XYZ 40.74 49.94 8.72 -
YUV 174.4 46.51 138.42 -
System Red Green Blue C M Y K H S L
Decimal 189 195 30 0.03 0 0.85 0.24 62.18 0.73 0.44
Hex BD C3 1E 3 0 55 18 3E 49 2C
Octal 275 303 36 3 0 125 30 76 111 54
Binary 10111101 11000011 11110 11 0 1010101 11000 111110 1001001 101100

Color Harmonies of #BDC31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC31E

Black with #BDC31E

Text Example


Text Example

White with #BDC31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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