Html Css Color HEX #B2C770 Caper

📋 copy color: '#B2C770'

red 178 ◦ green 199 ◦ blue 112

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

Shades of Caper #B2C770

Tints of Caper #B2C770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.7%

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

R = 36.4%
G = 40.7%
B = 22.9%

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

#B2C770 (or 0xB2C770) is known color: Caper. HEX triplet: B2, C7 and 70. RGB value is (178,199,112). Sum of RGB (Red+Green+Blue) = 178+199+112=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C770 is #4D388F. Grayscale: #B7B7B7. Windows color (decimal): -5060752 or 7391154. OLE color: 7391154.

HSL color Cylindrical-coordinate representation of color #B2C770: hue angle of 74.48º 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 #B2C770 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 199 112 -
CMYK 0.11 0 0.44 0.22
HSL 74.48º 0.44% 0.61% -
HSV(B) 74.48º 0.44% 0.78% -
XYZ 41.71 51.48 23.07 -
YUV 182.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 178 199 112 0.11 0 0.44 0.22 74.48 0.44 0.61
Hex B2 C7 70 B 0 2C 16 4A 2C 3D
Octal 262 307 160 13 0 54 26 112 54 75
Binary 10110010 11000111 1110000 1011 0 101100 10110 1001010 101100 111101

Color Harmonies of #B2C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C770

Black with #B2C770

Text Example


Text Example

White with #B2C770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C770; }

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

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

background-color css

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

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

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

border-color css

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

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

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