Html Css Color HEX #B7CC82 Caper

📋 copy color: '#B7CC82'

red 183 ◦ green 204 ◦ blue 130

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

Shades of Caper #B7CC82

Tints of Caper #B7CC82

RGB

 RED value IS 183 (71.88% from 255) = 35.4%

 GREEN value IS 204 (80.08% from 255) = 39.46%

 BLUE value IS 130 (51.17% from 255) = 25.15%

R = 35.4%
G = 39.46%
B = 25.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#B7CC82 (or 0xB7CC82) is known color: Caper. HEX triplet: B7, CC and 82. RGB value is (183,204,130). Sum of RGB (Red+Green+Blue) = 183+204+130=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CC82 is #48337D. Grayscale: #BDBDBD. Windows color (decimal): -4731774 or 8572087. OLE color: 8572087.

HSL color Cylindrical-coordinate representation of color #B7CC82: hue angle of 77.03º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7CC82 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 204 130 -
CMYK 0.10 0 0.36 0.2
HSL 77.03º 0.42% 0.65% -
HSV(B) 77.03º 0.36% 0.8% -
XYZ 45.15 54.86 29.33 -
YUV 189.29 94.54 123.52 -
System Red Green Blue C M Y K H S L
Decimal 183 204 130 0.10 0 0.36 0.2 77.03 0.42 0.65
Hex B7 CC 82 A 0 24 14 4D 2A 41
Octal 267 314 202 12 0 44 24 115 52 101
Binary 10110111 11001100 10000010 1010 0 100100 10100 1001101 101010 1000001

Color Harmonies of #B7CC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CC82

Black with #B7CC82

Text Example


Text Example

White with #B7CC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CC82; }

 p { color: rgb(183,204,130); }

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

background-color css

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

 a { background-color: rgb(183,204,130); }

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

border-color css

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

 span { border-color: rgb(183,204,130); }

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