Html Css Color HEX #B6C021 Rio Grande

📋 copy color: '#B6C021'

red 182 ◦ green 192 ◦ blue 33

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

Shades of Rio Grande #B6C021

Tints of Rio Grande #B6C021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.11%

R = 44.72%
G = 47.17%
B = 8.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#B6C021 (or 0xB6C021) is known color: Rio Grande. HEX triplet: B6, C0 and 21. RGB value is (182,192,33). Sum of RGB (Red+Green+Blue) = 182+192+33=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C021 is #493FDE. Grayscale: #ABABAB. Windows color (decimal): -4800479 or 2212022. OLE color: 2212022.

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

Color convert

RGB 182 192 33 -
CMYK 0.05 0 0.83 0.25
HSL 63.77º 0.71% 0.44% -
HSV(B) 63.77º 0.83% 0.75% -
XYZ 38.42 47.75 8.63 -
YUV 170.88 50.19 135.93 -
System Red Green Blue C M Y K H S L
Decimal 182 192 33 0.05 0 0.83 0.25 63.77 0.71 0.44
Hex B6 C0 21 5 0 53 19 40 47 2C
Octal 266 300 41 5 0 123 31 100 107 54
Binary 10110110 11000000 100001 101 0 1010011 11001 1000000 1000111 101100

Color Harmonies of #B6C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C021

Black with #B6C021

Text Example


Text Example

White with #B6C021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C021; }

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

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

background-color css

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

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

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

border-color css

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

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

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