Html Css Color HEX #B2C871 Caper

📋 copy color: '#B2C871'

red 178 ◦ green 200 ◦ blue 113

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

Shades of Caper #B2C871

Tints of Caper #B2C871

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.73%

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

R = 36.25%
G = 40.73%
B = 23.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#B2C871 (or 0xB2C871) is known color: Caper. HEX triplet: B2, C8 and 71. RGB value is (178,200,113). Sum of RGB (Red+Green+Blue) = 178+200+113=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C871 is #4D378E. Grayscale: #B7B7B7. Windows color (decimal): -5060495 or 7456946. OLE color: 7456946.

HSL color Cylindrical-coordinate representation of color #B2C871: hue angle of 75.17º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2C871 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 113 -
CMYK 0.11 0 0.44 0.22
HSL 75.17º 0.44% 0.61% -
HSV(B) 75.17º 0.44% 0.78% -
XYZ 42 51.97 23.44 -
YUV 183.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 178 200 113 0.11 0 0.44 0.22 75.17 0.44 0.61
Hex B2 C8 71 B 0 2C 16 4B 2C 3D
Octal 262 310 161 13 0 54 26 113 54 75
Binary 10110010 11001000 1110001 1011 0 101100 10110 1001011 101100 111101

Color Harmonies of #B2C871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C871

Black with #B2C871

Text Example


Text Example

White with #B2C871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C871; }

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

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

background-color css

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

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

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

border-color css

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

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

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