Html Css Color HEX #B2C376 Caper

📋 copy color: '#B2C376'

red 178 ◦ green 195 ◦ blue 118

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

Shades of Caper #B2C376

Tints of Caper #B2C376

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.71%

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 36.25%
G = 39.71%
B = 24.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#B2C376 (or 0xB2C376) is known color: Caper. HEX triplet: B2, C3 and 76. RGB value is (178,195,118). Sum of RGB (Red+Green+Blue) = 178+195+118=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C376 is #4D3C89. Grayscale: #B5B5B5. Windows color (decimal): -5061770 or 7783346. OLE color: 7783346.

HSL color Cylindrical-coordinate representation of color #B2C376: hue angle of 73.25º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2C376 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 118 -
CMYK 0.09 0 0.39 0.24
HSL 73.25º 0.39% 0.61% -
HSV(B) 73.25º 0.39% 0.76% -
XYZ 41.15 49.8 24.58 -
YUV 181.14 92.37 125.76 -
System Red Green Blue C M Y K H S L
Decimal 178 195 118 0.09 0 0.39 0.24 73.25 0.39 0.61
Hex B2 C3 76 9 0 27 18 49 27 3D
Octal 262 303 166 11 0 47 30 111 47 75
Binary 10110010 11000011 1110110 1001 0 100111 11000 1001001 100111 111101

Color Harmonies of #B2C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C376

Black with #B2C376

Text Example


Text Example

White with #B2C376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C376; }

 p { color: rgb(178,195,118); }

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

background-color css

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

 a { background-color: rgb(178,195,118); }

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

border-color css

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

 span { border-color: rgb(178,195,118); }

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