Html Css Color HEX #B6C27E Caper

📋 copy color: '#B6C27E'

red 182 ◦ green 194 ◦ blue 126

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

Shades of Caper #B6C27E

Tints of Caper #B6C27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.1%

R = 36.25%
G = 38.65%
B = 25.1%

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

#B6C27E (or 0xB6C27E) is known color: Caper. HEX triplet: B6, C2 and 7E. RGB value is (182,194,126). Sum of RGB (Red+Green+Blue) = 182+194+126=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C27E is #493D81. Grayscale: #B6B6B6. Windows color (decimal): -4799874 or 8307382. OLE color: 8307382.

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

Color convert

RGB 182 194 126 -
CMYK 0.06 0 0.35 0.24
HSL 70.59º 0.36% 0.63% -
HSV(B) 70.59º 0.35% 0.76% -
XYZ 42.35 50.04 27.16 -
YUV 182.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 182 194 126 0.06 0 0.35 0.24 70.59 0.36 0.63
Hex B6 C2 7E 6 0 23 18 47 24 3F
Octal 266 302 176 6 0 43 30 107 44 77
Binary 10110110 11000010 1111110 110 0 100011 11000 1000111 100100 111111

Color Harmonies of #B6C27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C27E

Black with #B6C27E

Text Example


Text Example

White with #B6C27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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