Html Css Color HEX #B2BC16 Rio Grande

📋 copy color: '#B2BC16'

red 178 ◦ green 188 ◦ blue 22

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

Shades of Rio Grande #B2BC16

Tints of Rio Grande #B2BC16

RGB

 RED value IS 178 (69.92% from 255) = 45.88%

 GREEN value IS 188 (73.83% from 255) = 48.45%

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 45.88%
G = 48.45%
B = 5.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#B2BC16 (or 0xB2BC16) is known color: Rio Grande. HEX triplet: B2, BC and 16. RGB value is (178,188,22). Sum of RGB (Red+Green+Blue) = 178+188+22=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BC16 is #4D43E9. Grayscale: #A6A6A6. Windows color (decimal): -5063658 or 1490098. OLE color: 1490098.

HSL color Cylindrical-coordinate representation of color #B2BC16: hue angle of 63.61º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2BC16 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 22 -
CMYK 0.05 0 0.88 0.26
HSL 63.61º 0.79% 0.41% -
HSV(B) 63.61º 0.88% 0.74% -
XYZ 36.49 45.49 7.62 -
YUV 166.09 46.69 136.5 -
System Red Green Blue C M Y K H S L
Decimal 178 188 22 0.05 0 0.88 0.26 63.61 0.79 0.41
Hex B2 BC 16 5 0 58 1A 40 4F 29
Octal 262 274 26 5 0 130 32 100 117 51
Binary 10110010 10111100 10110 101 0 1011000 11010 1000000 1001111 101001

Color Harmonies of #B2BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC16

Black with #B2BC16

Text Example


Text Example

White with #B2BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC16; }

 p { color: rgb(178,188,22); }

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

background-color css

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

 a { background-color: rgb(178,188,22); }

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

border-color css

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

 span { border-color: rgb(178,188,22); }

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