Html Css Color HEX #B6C01C Rio Grande

📋 copy color: '#B6C01C'

red 182 ◦ green 192 ◦ blue 28

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

Shades of Rio Grande #B6C01C

Tints of Rio Grande #B6C01C

RGB

 RED value IS 182 (71.48% from 255) = 45.27%

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

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

R = 45.27%
G = 47.76%
B = 6.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#B6C01C (or 0xB6C01C) is known color: Rio Grande. HEX triplet: B6, C0 and 1C. RGB value is (182,192,28). Sum of RGB (Red+Green+Blue) = 182+192+28=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C01C is #493FE3. Grayscale: #AAAAAA. Windows color (decimal): -4800484 or 1884342. OLE color: 1884342.

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

Color convert

RGB 182 192 28 -
CMYK 0.05 0 0.85 0.25
HSL 63.66º 0.75% 0.43% -
HSV(B) 63.66º 0.85% 0.75% -
XYZ 38.35 47.73 8.29 -
YUV 170.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 182 192 28 0.05 0 0.85 0.25 63.66 0.75 0.43
Hex B6 C0 1C 5 0 55 19 40 4B 2B
Octal 266 300 34 5 0 125 31 100 113 53
Binary 10110110 11000000 11100 101 0 1010101 11001 1000000 1001011 101011

Color Harmonies of #B6C01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C01C

Black with #B6C01C

Text Example


Text Example

White with #B6C01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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