Html Css Color HEX #BDC01C Rio Grande

📋 copy color: '#BDC01C'

red 189 ◦ green 192 ◦ blue 28

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

Shades of Rio Grande #BDC01C

Tints of Rio Grande #BDC01C

RGB

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

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

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

R = 46.21%
G = 46.94%
B = 6.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BDC01C (or 0xBDC01C) is known color: Rio Grande. HEX triplet: BD, C0 and 1C. RGB value is (189,192,28). Sum of RGB (Red+Green+Blue) = 189+192+28=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC01C is #423FE3. Grayscale: #ADADAD. Windows color (decimal): -4341732 or 1884349. OLE color: 1884349.

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

Color convert

RGB 189 192 28 -
CMYK 0.02 0 0.85 0.25
HSL 61.1º 0.75% 0.43% -
HSV(B) 61.1º 0.85% 0.75% -
XYZ 40.05 48.6 8.37 -
YUV 172.41 46.51 139.84 -
System Red Green Blue C M Y K H S L
Decimal 189 192 28 0.02 0 0.85 0.25 61.1 0.75 0.43
Hex BD C0 1C 2 0 55 19 3D 4B 2B
Octal 275 300 34 2 0 125 31 75 113 53
Binary 10111101 11000000 11100 10 0 1010101 11001 111101 1001011 101011

Color Harmonies of #BDC01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC01C

Black with #BDC01C

Text Example


Text Example

White with #BDC01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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