Html Css Color HEX #B2C070 Caper

📋 copy color: '#B2C070'

red 178 ◦ green 192 ◦ blue 112

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

Shades of Caper #B2C070

Tints of Caper #B2C070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 36.93%
G = 39.83%
B = 23.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#B2C070 (or 0xB2C070) is known color: Caper. HEX triplet: B2, C0 and 70. RGB value is (178,192,112). Sum of RGB (Red+Green+Blue) = 178+192+112=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C070 is #4D3F8F. Grayscale: #B3B3B3. Windows color (decimal): -5062544 or 7389362. OLE color: 7389362.

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

Color convert

RGB 178 192 112 -
CMYK 0.07 0 0.42 0.25
HSL 70.5º 0.39% 0.6% -
HSV(B) 70.5º 0.42% 0.75% -
XYZ 40.13 48.33 22.54 -
YUV 178.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 178 192 112 0.07 0 0.42 0.25 70.5 0.39 0.6
Hex B2 C0 70 7 0 2A 19 46 27 3C
Octal 262 300 160 7 0 52 31 106 47 74
Binary 10110010 11000000 1110000 111 0 101010 11001 1000110 100111 111100

Color Harmonies of #B2C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C070

Black with #B2C070

Text Example


Text Example

White with #B2C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C070; }

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

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

background-color css

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

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

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

border-color css

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

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

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