Html Css Color HEX #B2D26F Caper

📋 copy color: '#B2D26F'

red 178 ◦ green 210 ◦ blue 111

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

Shades of Caper #B2D26F

Tints of Caper #B2D26F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

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

R = 35.67%
G = 42.08%
B = 22.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#B2D26F (or 0xB2D26F) is known color: Caper. HEX triplet: B2, D2 and 6F. RGB value is (178,210,111). Sum of RGB (Red+Green+Blue) = 178+210+111=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D26F is #4D2D90. Grayscale: #BDBDBD. Windows color (decimal): -5057937 or 7328434. OLE color: 7328434.

HSL color Cylindrical-coordinate representation of color #B2D26F: hue angle of 79.39º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2D26F is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 210 111 -
CMYK 0.15 0 0.47 0.18
HSL 79.39º 0.52% 0.63% -
HSV(B) 79.39º 0.47% 0.82% -
XYZ 44.28 56.71 23.65 -
YUV 189.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 178 210 111 0.15 0 0.47 0.18 79.39 0.52 0.63
Hex B2 D2 6F F 0 2F 12 4F 34 3F
Octal 262 322 157 17 0 57 22 117 64 77
Binary 10110010 11010010 1101111 1111 0 101111 10010 1001111 110100 111111

Color Harmonies of #B2D26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D26F

Black with #B2D26F

Text Example


Text Example

White with #B2D26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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