Html Css Color HEX #B7D380 Caper

📋 copy color: '#B7D380'

red 183 ◦ green 211 ◦ blue 128

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

Shades of Caper #B7D380

Tints of Caper #B7D380

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.42%

 BLUE value IS 128 (50.39% from 255) = 24.52%

R = 35.06%
G = 40.42%
B = 24.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#B7D380 (or 0xB7D380) is known color: Caper. HEX triplet: B7, D3 and 80. RGB value is (183,211,128). Sum of RGB (Red+Green+Blue) = 183+211+128=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D380 is #482C7F. Grayscale: #C1C1C1. Windows color (decimal): -4729984 or 8442807. OLE color: 8442807.

HSL color Cylindrical-coordinate representation of color #B7D380: hue angle of 80.24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7D380 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 211 128 -
CMYK 0.13 0 0.39 0.17
HSL 80.24º 0.49% 0.66% -
HSV(B) 80.24º 0.39% 0.83% -
XYZ 46.72 58.21 29.2 -
YUV 193.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 183 211 128 0.13 0 0.39 0.17 80.24 0.49 0.66
Hex B7 D3 80 D 0 27 11 50 31 42
Octal 267 323 200 15 0 47 21 120 61 102
Binary 10110111 11010011 10000000 1101 0 100111 10001 1010000 110001 1000010

Color Harmonies of #B7D380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D380

Black with #B7D380

Text Example


Text Example

White with #B7D380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D380; }

 p { color: rgb(183,211,128); }

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

background-color css

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

 a { background-color: rgb(183,211,128); }

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

border-color css

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

 span { border-color: rgb(183,211,128); }

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