Html Css Color HEX #B7CF82 Caper

📋 copy color: '#B7CF82'

red 183 ◦ green 207 ◦ blue 130

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

Shades of Caper #B7CF82

Tints of Caper #B7CF82

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.81%

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

R = 35.19%
G = 39.81%
B = 25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#B7CF82 (or 0xB7CF82) is known color: Caper. HEX triplet: B7, CF and 82. RGB value is (183,207,130). Sum of RGB (Red+Green+Blue) = 183+207+130=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CF82 is #48307D. Grayscale: #BFBFBF. Windows color (decimal): -4731006 or 8572855. OLE color: 8572855.

HSL color Cylindrical-coordinate representation of color #B7CF82: hue angle of 78.7º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7CF82 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 207 130 -
CMYK 0.12 0 0.37 0.19
HSL 78.7º 0.45% 0.66% -
HSV(B) 78.7º 0.37% 0.81% -
XYZ 45.87 56.3 29.57 -
YUV 191.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 183 207 130 0.12 0 0.37 0.19 78.7 0.45 0.66
Hex B7 CF 82 C 0 25 13 4F 2D 42
Octal 267 317 202 14 0 45 23 117 55 102
Binary 10110111 11001111 10000010 1100 0 100101 10011 1001111 101101 1000010

Color Harmonies of #B7CF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CF82

Black with #B7CF82

Text Example


Text Example

White with #B7CF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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