Html Css Color HEX #B2CA70 Caper

📋 copy color: '#B2CA70'

red 178 ◦ green 202 ◦ blue 112

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

Shades of Caper #B2CA70

Tints of Caper #B2CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.06%

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

R = 36.18%
G = 41.06%
B = 22.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#B2CA70 (or 0xB2CA70) is known color: Caper. HEX triplet: B2, CA and 70. RGB value is (178,202,112). Sum of RGB (Red+Green+Blue) = 178+202+112=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA70 is #4D358F. Grayscale: #B8B8B8. Windows color (decimal): -5059984 or 7391922. OLE color: 7391922.

HSL color Cylindrical-coordinate representation of color #B2CA70: hue angle of 76º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2CA70 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 112 -
CMYK 0.12 0 0.45 0.21
HSL 76º 0.46% 0.62% -
HSV(B) 76º 0.45% 0.79% -
XYZ 42.41 52.88 23.3 -
YUV 184.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 178 202 112 0.12 0 0.45 0.21 76 0.46 0.62
Hex B2 CA 70 C 0 2D 15 4C 2E 3E
Octal 262 312 160 14 0 55 25 114 56 76
Binary 10110010 11001010 1110000 1100 0 101101 10101 1001100 101110 111110

Color Harmonies of #B2CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA70

Black with #B2CA70

Text Example


Text Example

White with #B2CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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