Html Css Color HEX #B2C06F Caper

📋 copy color: '#B2C06F'

red 178 ◦ green 192 ◦ blue 111

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

Shades of Caper #B2C06F

Tints of Caper #B2C06F

RGB

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

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

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

R = 37.01%
G = 39.92%
B = 23.08%

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

#B2C06F (or 0xB2C06F) is known color: Caper. HEX triplet: B2, C0 and 6F. RGB value is (178,192,111). Sum of RGB (Red+Green+Blue) = 178+192+111=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C06F is #4D3F90. Grayscale: #B2B2B2. Windows color (decimal): -5062545 or 7323826. OLE color: 7323826.

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

Color convert

RGB 178 192 111 -
CMYK 0.07 0 0.42 0.25
HSL 70.37º 0.39% 0.59% -
HSV(B) 70.37º 0.42% 0.75% -
XYZ 40.08 48.31 22.25 -
YUV 178.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 178 192 111 0.07 0 0.42 0.25 70.37 0.39 0.59
Hex B2 C0 6F 7 0 2A 19 46 27 3B
Octal 262 300 157 7 0 52 31 106 47 73
Binary 10110010 11000000 1101111 111 0 101010 11001 1000110 100111 111011

Color Harmonies of #B2C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C06F

Black with #B2C06F

Text Example


Text Example

White with #B2C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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