Html Css Color HEX #B2C077 Caper

📋 copy color: '#B2C077'

red 178 ◦ green 192 ◦ blue 119

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

Shades of Caper #B2C077

Tints of Caper #B2C077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.34%

R = 36.4%
G = 39.26%
B = 24.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#B2C077 (or 0xB2C077) is known color: Caper. HEX triplet: B2, C0 and 77. RGB value is (178,192,119). Sum of RGB (Red+Green+Blue) = 178+192+119=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C077 is #4D3F88. Grayscale: #B3B3B3. Windows color (decimal): -5062537 or 7848114. OLE color: 7848114.

HSL color Cylindrical-coordinate representation of color #B2C077: hue angle of 71.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2C077 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 119 -
CMYK 0.07 0 0.38 0.25
HSL 71.51º 0.37% 0.61% -
HSV(B) 71.51º 0.38% 0.75% -
XYZ 40.54 48.5 24.68 -
YUV 179.49 93.86 126.94 -
System Red Green Blue C M Y K H S L
Decimal 178 192 119 0.07 0 0.38 0.25 71.51 0.37 0.61
Hex B2 C0 77 7 0 26 19 48 25 3D
Octal 262 300 167 7 0 46 31 110 45 75
Binary 10110010 11000000 1110111 111 0 100110 11001 1001000 100101 111101

Color Harmonies of #B2C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C077

Black with #B2C077

Text Example


Text Example

White with #B2C077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C077; }

 p { color: rgb(178,192,119); }

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

background-color css

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

 a { background-color: rgb(178,192,119); }

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

border-color css

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

 span { border-color: rgb(178,192,119); }

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