Html Css Color HEX #B2C26F Caper

📋 copy color: '#B2C26F'

red 178 ◦ green 194 ◦ blue 111

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

Shades of Caper #B2C26F

Tints of Caper #B2C26F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

 BLUE value IS 111 (43.75% from 255) = 22.98%

R = 36.85%
G = 40.17%
B = 22.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#B2C26F (or 0xB2C26F) is known color: Caper. HEX triplet: B2, C2 and 6F. RGB value is (178,194,111). Sum of RGB (Red+Green+Blue) = 178+194+111=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C26F is #4D3D90. Grayscale: #B4B4B4. Windows color (decimal): -5062033 or 7324338. OLE color: 7324338.

HSL color Cylindrical-coordinate representation of color #B2C26F: hue angle of 71.57º degrees, saturation: 0.4, 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 #B2C26F is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 111 -
CMYK 0.08 0 0.43 0.24
HSL 71.57º 0.4% 0.6% -
HSV(B) 71.57º 0.43% 0.76% -
XYZ 40.52 49.2 22.4 -
YUV 179.75 89.2 126.75 -
System Red Green Blue C M Y K H S L
Decimal 178 194 111 0.08 0 0.43 0.24 71.57 0.4 0.6
Hex B2 C2 6F 8 0 2B 18 48 28 3C
Octal 262 302 157 10 0 53 30 110 50 74
Binary 10110010 11000010 1101111 1000 0 101011 11000 1001000 101000 111100

Color Harmonies of #B2C26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C26F

Black with #B2C26F

Text Example


Text Example

White with #B2C26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C26F; }

 p { color: rgb(178,194,111); }

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

background-color css

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

 a { background-color: rgb(178,194,111); }

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

border-color css

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

 span { border-color: rgb(178,194,111); }

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