Html Css Color HEX #B2D36F Caper

📋 copy color: '#B2D36F'

red 178 ◦ green 211 ◦ blue 111

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

Shades of Caper #B2D36F

Tints of Caper #B2D36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.2%

R = 35.6%
G = 42.2%
B = 22.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#B2D36F (or 0xB2D36F) is known color: Caper. HEX triplet: B2, D3 and 6F. RGB value is (178,211,111). Sum of RGB (Red+Green+Blue) = 178+211+111=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D36F is #4D2C90. Grayscale: #BEBEBE. Windows color (decimal): -5057681 or 7328690. OLE color: 7328690.

HSL color Cylindrical-coordinate representation of color #B2D36F: hue angle of 79.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2D36F is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 211 111 -
CMYK 0.16 0 0.47 0.17
HSL 79.8º 0.53% 0.63% -
HSV(B) 79.8º 0.47% 0.83% -
XYZ 44.52 57.2 23.73 -
YUV 189.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 178 211 111 0.16 0 0.47 0.17 79.8 0.53 0.63
Hex B2 D3 6F 10 0 2F 11 50 35 3F
Octal 262 323 157 20 0 57 21 120 65 77
Binary 10110010 11010011 1101111 10000 0 101111 10001 1010000 110101 111111

Color Harmonies of #B2D36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D36F

Black with #B2D36F

Text Example


Text Example

White with #B2D36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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