Html Css Color HEX #B0C27F Caper

📋 copy color: '#B0C27F'

red 176 ◦ green 194 ◦ blue 127

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

Shades of Caper #B0C27F

Tints of Caper #B0C27F

RGB

 RED value IS 176 (69.14% from 255) = 35.41%

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

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

R = 35.41%
G = 39.03%
B = 25.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#B0C27F (or 0xB0C27F) is known color: Caper. HEX triplet: B0, C2 and 7F. RGB value is (176,194,127). Sum of RGB (Red+Green+Blue) = 176+194+127=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C27F is #4F3D80. Grayscale: #B5B5B5. Windows color (decimal): -5193089 or 8372912. OLE color: 8372912.

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

Color convert

RGB 176 194 127 -
CMYK 0.09 0 0.35 0.24
HSL 76.12º 0.35% 0.63% -
HSV(B) 76.12º 0.35% 0.76% -
XYZ 41.03 49.35 27.44 -
YUV 180.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 176 194 127 0.09 0 0.35 0.24 76.12 0.35 0.63
Hex B0 C2 7F 9 0 23 18 4C 23 3F
Octal 260 302 177 11 0 43 30 114 43 77
Binary 10110000 11000010 1111111 1001 0 100011 11000 1001100 100011 111111

Color Harmonies of #B0C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C27F

Black with #B0C27F

Text Example


Text Example

White with #B0C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C27F; }

 p { color: rgb(176,194,127); }

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

background-color css

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

 a { background-color: rgb(176,194,127); }

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

border-color css

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

 span { border-color: rgb(176,194,127); }

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