Html Css Color HEX #B2C380 Caper

📋 copy color: '#B2C380'

red 178 ◦ green 195 ◦ blue 128

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

Shades of Caper #B2C380

Tints of Caper #B2C380

RGB

 RED value IS 178 (69.92% from 255) = 35.53%

 GREEN value IS 195 (76.56% from 255) = 38.92%

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

R = 35.53%
G = 38.92%
B = 25.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#B2C380 (or 0xB2C380) is known color: Caper. HEX triplet: B2, C3 and 80. RGB value is (178,195,128). Sum of RGB (Red+Green+Blue) = 178+195+128=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C380 is #4D3C7F. Grayscale: #B6B6B6. Windows color (decimal): -5061760 or 8438706. OLE color: 8438706.

HSL color Cylindrical-coordinate representation of color #B2C380: hue angle of 75.22º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2C380 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 128 -
CMYK 0.09 0 0.34 0.24
HSL 75.22º 0.36% 0.63% -
HSV(B) 75.22º 0.34% 0.76% -
XYZ 41.77 50.05 27.88 -
YUV 182.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 178 195 128 0.09 0 0.34 0.24 75.22 0.36 0.63
Hex B2 C3 80 9 0 22 18 4B 24 3F
Octal 262 303 200 11 0 42 30 113 44 77
Binary 10110010 11000011 10000000 1001 0 100010 11000 1001011 100100 111111

Color Harmonies of #B2C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C380

Black with #B2C380

Text Example


Text Example

White with #B2C380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C380; }

 p { color: rgb(178,195,128); }

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

background-color css

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

 a { background-color: rgb(178,195,128); }

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

border-color css

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

 span { border-color: rgb(178,195,128); }

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