Html Css Color HEX #B2D37F Caper

📋 copy color: '#B2D37F'

red 178 ◦ green 211 ◦ blue 127

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

Shades of Caper #B2D37F

Tints of Caper #B2D37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.61%

R = 34.5%
G = 40.89%
B = 24.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#B2D37F (or 0xB2D37F) is known color: Caper. HEX triplet: B2, D3 and 7F. RGB value is (178,211,127). Sum of RGB (Red+Green+Blue) = 178+211+127=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D37F is #4D2C80. Grayscale: #BFBFBF. Windows color (decimal): -5057665 or 8377266. OLE color: 8377266.

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

Color convert

RGB 178 211 127 -
CMYK 0.16 0 0.40 0.17
HSL 83.57º 0.49% 0.66% -
HSV(B) 83.57º 0.4% 0.83% -
XYZ 45.49 57.59 28.8 -
YUV 191.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 178 211 127 0.16 0 0.40 0.17 83.57 0.49 0.66
Hex B2 D3 7F 10 0 28 11 54 31 42
Octal 262 323 177 20 0 50 21 124 61 102
Binary 10110010 11010011 1111111 10000 0 101000 10001 1010100 110001 1000010

Color Harmonies of #B2D37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D37F

Black with #B2D37F

Text Example


Text Example

White with #B2D37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D37F; }

 p { color: rgb(178,211,127); }

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

background-color css

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

 a { background-color: rgb(178,211,127); }

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

border-color css

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

 span { border-color: rgb(178,211,127); }

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