Html Css Color HEX #B2C371 Caper

📋 copy color: '#B2C371'

red 178 ◦ green 195 ◦ blue 113

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

Shades of Caper #B2C371

Tints of Caper #B2C371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.25%

R = 36.63%
G = 40.12%
B = 23.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B2C371 (or 0xB2C371) is known color: Caper. HEX triplet: B2, C3 and 71. RGB value is (178,195,113). Sum of RGB (Red+Green+Blue) = 178+195+113=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C371 is #4D3C8E. Grayscale: #B4B4B4. Windows color (decimal): -5061775 or 7455666. OLE color: 7455666.

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

Color convert

RGB 178 195 113 -
CMYK 0.09 0 0.42 0.24
HSL 72.44º 0.41% 0.6% -
HSV(B) 72.44º 0.42% 0.76% -
XYZ 40.86 49.69 23.06 -
YUV 180.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 178 195 113 0.09 0 0.42 0.24 72.44 0.41 0.6
Hex B2 C3 71 9 0 2A 18 48 29 3C
Octal 262 303 161 11 0 52 30 110 51 74
Binary 10110010 11000011 1110001 1001 0 101010 11000 1001000 101001 111100

Color Harmonies of #B2C371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C371

Black with #B2C371

Text Example


Text Example

White with #B2C371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C371; }

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

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

background-color css

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

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

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

border-color css

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

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

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