Html Css Color HEX #B2D083 Caper

📋 copy color: '#B2D083'

red 178 ◦ green 208 ◦ blue 131

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

Shades of Caper #B2D083

Tints of Caper #B2D083

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.23%

 BLUE value IS 131 (51.56% from 255) = 25.34%

R = 34.43%
G = 40.23%
B = 25.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#B2D083 (or 0xB2D083) is known color: Caper. HEX triplet: B2, D0 and 83. RGB value is (178,208,131). Sum of RGB (Red+Green+Blue) = 178+208+131=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D083 is #4D2F7C. Grayscale: #BEBEBE. Windows color (decimal): -5058429 or 8638642. OLE color: 8638642.

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

Color convert

RGB 178 208 131 -
CMYK 0.14 0 0.37 0.18
HSL 83.38º 0.45% 0.66% -
HSV(B) 83.38º 0.37% 0.82% -
XYZ 45.01 56.22 29.95 -
YUV 190.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 178 208 131 0.14 0 0.37 0.18 83.38 0.45 0.66
Hex B2 D0 83 E 0 25 12 53 2D 42
Octal 262 320 203 16 0 45 22 123 55 102
Binary 10110010 11010000 10000011 1110 0 100101 10010 1010011 101101 1000010

Color Harmonies of #B2D083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D083

Black with #B2D083

Text Example


Text Example

White with #B2D083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D083; }

 p { color: rgb(178,208,131); }

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

background-color css

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

 a { background-color: rgb(178,208,131); }

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

border-color css

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

 span { border-color: rgb(178,208,131); }

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