Html Css Color HEX #BDC01E Rio Grande

📋 copy color: '#BDC01E'

red 189 ◦ green 192 ◦ blue 30

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

Shades of Rio Grande #BDC01E

Tints of Rio Grande #BDC01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

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

R = 45.99%
G = 46.72%
B = 7.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BDC01E (or 0xBDC01E) is known color: Rio Grande. HEX triplet: BD, C0 and 1E. RGB value is (189,192,30). Sum of RGB (Red+Green+Blue) = 189+192+30=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC01E is #423FE1. Grayscale: #ADADAD. Windows color (decimal): -4341730 or 2015421. OLE color: 2015421.

HSL color Cylindrical-coordinate representation of color #BDC01E: hue angle of 61.11º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC01E is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 30 -
CMYK 0.02 0 0.84 0.25
HSL 61.11º 0.73% 0.44% -
HSV(B) 61.11º 0.84% 0.75% -
XYZ 40.07 48.61 8.5 -
YUV 172.64 47.51 139.67 -
System Red Green Blue C M Y K H S L
Decimal 189 192 30 0.02 0 0.84 0.25 61.11 0.73 0.44
Hex BD C0 1E 2 0 54 19 3D 49 2C
Octal 275 300 36 2 0 124 31 75 111 54
Binary 10111101 11000000 11110 10 0 1010100 11001 111101 1001001 101100

Color Harmonies of #BDC01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC01E

Black with #BDC01E

Text Example


Text Example

White with #BDC01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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