Html Css Color HEX #B6D380 Caper

📋 copy color: '#B6D380'

red 182 ◦ green 211 ◦ blue 128

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

Shades of Caper #B6D380

Tints of Caper #B6D380

RGB

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

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

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

R = 34.93%
G = 40.5%
B = 24.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#B6D380 (or 0xB6D380) is known color: Caper. HEX triplet: B6, D3 and 80. RGB value is (182,211,128). Sum of RGB (Red+Green+Blue) = 182+211+128=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D380 is #492C7F. Grayscale: #C1C1C1. Windows color (decimal): -4795520 or 8442806. OLE color: 8442806.

HSL color Cylindrical-coordinate representation of color #B6D380: hue angle of 80.96º 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 #B6D380 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 211 128 -
CMYK 0.14 0 0.39 0.17
HSL 80.96º 0.49% 0.66% -
HSV(B) 80.96º 0.39% 0.83% -
XYZ 46.48 58.09 29.19 -
YUV 192.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 182 211 128 0.14 0 0.39 0.17 80.96 0.49 0.66
Hex B6 D3 80 E 0 27 11 51 31 42
Octal 266 323 200 16 0 47 21 121 61 102
Binary 10110110 11010011 10000000 1110 0 100111 10001 1010001 110001 1000010

Color Harmonies of #B6D380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D380

Black with #B6D380

Text Example


Text Example

White with #B6D380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D380; }

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

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

background-color css

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

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

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

border-color css

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

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

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