Html Css Color HEX #B6C77F Caper

📋 copy color: '#B6C77F'

red 182 ◦ green 199 ◦ blue 127

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

Shades of Caper #B6C77F

Tints of Caper #B6C77F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.17%

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

R = 35.83%
G = 39.17%
B = 25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#B6C77F (or 0xB6C77F) is known color: Caper. HEX triplet: B6, C7 and 7F. RGB value is (182,199,127). Sum of RGB (Red+Green+Blue) = 182+199+127=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C77F is #493880. Grayscale: #B9B9B9. Windows color (decimal): -4798593 or 8374198. OLE color: 8374198.

HSL color Cylindrical-coordinate representation of color #B6C77F: hue angle of 74.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6C77F is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 199 127 -
CMYK 0.09 0 0.36 0.22
HSL 74.17º 0.39% 0.64% -
HSV(B) 74.17º 0.36% 0.78% -
XYZ 43.55 52.32 27.88 -
YUV 185.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 182 199 127 0.09 0 0.36 0.22 74.17 0.39 0.64
Hex B6 C7 7F 9 0 24 16 4A 27 40
Octal 266 307 177 11 0 44 26 112 47 100
Binary 10110110 11000111 1111111 1001 0 100100 10110 1001010 100111 1000000

Color Harmonies of #B6C77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C77F

Black with #B6C77F

Text Example


Text Example

White with #B6C77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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