Html Css Color HEX #B2C07F Caper

📋 copy color: '#B2C07F'

red 178 ◦ green 192 ◦ blue 127

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

Shades of Caper #B2C07F

Tints of Caper #B2C07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.55%

R = 35.81%
G = 38.63%
B = 25.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#B2C07F (or 0xB2C07F) is known color: Caper. HEX triplet: B2, C0 and 7F. RGB value is (178,192,127). Sum of RGB (Red+Green+Blue) = 178+192+127=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C07F is #4D3F80. Grayscale: #B4B4B4. Windows color (decimal): -5062529 or 8372402. OLE color: 8372402.

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

Color convert

RGB 178 192 127 -
CMYK 0.07 0 0.34 0.25
HSL 72.92º 0.34% 0.63% -
HSV(B) 72.92º 0.34% 0.75% -
XYZ 41.04 48.7 27.31 -
YUV 180.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 178 192 127 0.07 0 0.34 0.25 72.92 0.34 0.63
Hex B2 C0 7F 7 0 22 19 49 22 3F
Octal 262 300 177 7 0 42 31 111 42 77
Binary 10110010 11000000 1111111 111 0 100010 11001 1001001 100010 111111

Color Harmonies of #B2C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C07F

Black with #B2C07F

Text Example


Text Example

White with #B2C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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