Html Css Color HEX #B6C27F Caper

📋 copy color: '#B6C27F'

red 182 ◦ green 194 ◦ blue 127

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

Shades of Caper #B6C27F

Tints of Caper #B6C27F

RGB

 RED value IS 182 (71.48% from 255) = 36.18%

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

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

R = 36.18%
G = 38.57%
B = 25.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#B6C27F (or 0xB6C27F) is known color: Caper. HEX triplet: B6, C2 and 7F. RGB value is (182,194,127). Sum of RGB (Red+Green+Blue) = 182+194+127=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C27F is #493D80. Grayscale: #B7B7B7. Windows color (decimal): -4799873 or 8372918. OLE color: 8372918.

HSL color Cylindrical-coordinate representation of color #B6C27F: hue angle of 70.75º 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 #B6C27F is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 127 -
CMYK 0.06 0 0.35 0.24
HSL 70.75º 0.35% 0.63% -
HSV(B) 70.75º 0.35% 0.76% -
XYZ 42.41 50.06 27.51 -
YUV 182.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 182 194 127 0.06 0 0.35 0.24 70.75 0.35 0.63
Hex B6 C2 7F 6 0 23 18 47 23 3F
Octal 266 302 177 6 0 43 30 107 43 77
Binary 10110110 11000010 1111111 110 0 100011 11000 1000111 100011 111111

Color Harmonies of #B6C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C27F

Black with #B6C27F

Text Example


Text Example

White with #B6C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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