Html Css Color HEX #B6C772 Caper

📋 copy color: '#B6C772'

red 182 ◦ green 199 ◦ blue 114

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

Shades of Caper #B6C772

Tints of Caper #B6C772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 36.77%
G = 40.2%
B = 23.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#B6C772 (or 0xB6C772) is known color: Caper. HEX triplet: B6, C7 and 72. RGB value is (182,199,114). Sum of RGB (Red+Green+Blue) = 182+199+114=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C772 is #49388D. Grayscale: #B8B8B8. Windows color (decimal): -4798606 or 7522230. OLE color: 7522230.

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

Color convert

RGB 182 199 114 -
CMYK 0.09 0 0.43 0.22
HSL 72º 0.43% 0.61% -
HSV(B) 72º 0.43% 0.78% -
XYZ 42.75 52.01 23.7 -
YUV 184.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 182 199 114 0.09 0 0.43 0.22 72 0.43 0.61
Hex B6 C7 72 9 0 2B 16 48 2B 3D
Octal 266 307 162 11 0 53 26 110 53 75
Binary 10110110 11000111 1110010 1001 0 101011 10110 1001000 101011 111101

Color Harmonies of #B6C772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C772

Black with #B6C772

Text Example


Text Example

White with #B6C772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C772; }

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

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

background-color css

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

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

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

border-color css

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

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

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