Html Css Color HEX #B2C370 Caper

📋 copy color: '#B2C370'

red 178 ◦ green 195 ◦ blue 112

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

Shades of Caper #B2C370

Tints of Caper #B2C370

RGB

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

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

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

R = 36.7%
G = 40.21%
B = 23.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#B2C370 (or 0xB2C370) is known color: Caper. HEX triplet: B2, C3 and 70. RGB value is (178,195,112). Sum of RGB (Red+Green+Blue) = 178+195+112=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C370 is #4D3C8F. Grayscale: #B4B4B4. Windows color (decimal): -5061776 or 7390130. OLE color: 7390130.

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

Color convert

RGB 178 195 112 -
CMYK 0.09 0 0.43 0.24
HSL 72.29º 0.41% 0.6% -
HSV(B) 72.29º 0.43% 0.76% -
XYZ 40.8 49.67 22.77 -
YUV 180.46 89.37 126.25 -
System Red Green Blue C M Y K H S L
Decimal 178 195 112 0.09 0 0.43 0.24 72.29 0.41 0.6
Hex B2 C3 70 9 0 2B 18 48 29 3C
Octal 262 303 160 11 0 53 30 110 51 74
Binary 10110010 11000011 1110000 1001 0 101011 11000 1001000 101001 111100

Color Harmonies of #B2C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C370

Black with #B2C370

Text Example


Text Example

White with #B2C370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C370; }

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

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

background-color css

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

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

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

border-color css

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

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

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