Html Css Color HEX #BDC21E Rio Grande

📋 copy color: '#BDC21E'

red 189 ◦ green 194 ◦ blue 30

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

Shades of Rio Grande #BDC21E

Tints of Rio Grande #BDC21E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.97%

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

R = 45.76%
G = 46.97%
B = 7.26%

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

#BDC21E (or 0xBDC21E) is known color: Rio Grande. HEX triplet: BD, C2 and 1E. RGB value is (189,194,30). Sum of RGB (Red+Green+Blue) = 189+194+30=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC21E is #423DE1. Grayscale: #AEAEAE. Windows color (decimal): -4341218 or 2015933. OLE color: 2015933.

HSL color Cylindrical-coordinate representation of color #BDC21E: hue angle of 61.83º 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 #BDC21E is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 30 -
CMYK 0.03 0 0.85 0.24
HSL 61.83º 0.73% 0.44% -
HSV(B) 61.83º 0.85% 0.76% -
XYZ 40.51 49.5 8.65 -
YUV 173.81 46.84 138.84 -
System Red Green Blue C M Y K H S L
Decimal 189 194 30 0.03 0 0.85 0.24 61.83 0.73 0.44
Hex BD C2 1E 3 0 55 18 3E 49 2C
Octal 275 302 36 3 0 125 30 76 111 54
Binary 10111101 11000010 11110 11 0 1010101 11000 111110 1001001 101100

Color Harmonies of #BDC21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC21E

Black with #BDC21E

Text Example


Text Example

White with #BDC21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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