Html Css Color HEX #BDC01F Rio Grande

📋 copy color: '#BDC01F'

red 189 ◦ green 192 ◦ blue 31

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

Shades of Rio Grande #BDC01F

Tints of Rio Grande #BDC01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.52%

R = 45.87%
G = 46.6%
B = 7.52%

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

#BDC01F (or 0xBDC01F) is known color: Rio Grande. HEX triplet: BD, C0 and 1F. RGB value is (189,192,31). Sum of RGB (Red+Green+Blue) = 189+192+31=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC01F is #423FE0. Grayscale: #ADADAD. Windows color (decimal): -4341729 or 2080957. OLE color: 2080957.

HSL color Cylindrical-coordinate representation of color #BDC01F: hue angle of 61.12º degrees, saturation: 0.72, 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 #BDC01F is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 31 -
CMYK 0.02 0 0.84 0.25
HSL 61.12º 0.72% 0.44% -
HSV(B) 61.12º 0.84% 0.75% -
XYZ 40.08 48.62 8.57 -
YUV 172.75 48.01 139.59 -
System Red Green Blue C M Y K H S L
Decimal 189 192 31 0.02 0 0.84 0.25 61.12 0.72 0.44
Hex BD C0 1F 2 0 54 19 3D 48 2C
Octal 275 300 37 2 0 124 31 75 110 54
Binary 10111101 11000000 11111 10 0 1010100 11001 111101 1001000 101100

Color Harmonies of #BDC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC01F

Black with #BDC01F

Text Example


Text Example

White with #BDC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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