Html Css Color HEX #B2D06F Caper

📋 copy color: '#B2D06F'

red 178 ◦ green 208 ◦ blue 111

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

Shades of Caper #B2D06F

Tints of Caper #B2D06F

RGB

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

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

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

R = 35.81%
G = 41.85%
B = 22.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#B2D06F (or 0xB2D06F) is known color: Caper. HEX triplet: B2, D0 and 6F. RGB value is (178,208,111). Sum of RGB (Red+Green+Blue) = 178+208+111=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D06F is #4D2F90. Grayscale: #BCBCBC. Windows color (decimal): -5058449 or 7327922. OLE color: 7327922.

HSL color Cylindrical-coordinate representation of color #B2D06F: hue angle of 78.56º degrees, saturation: 0.51, 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 #B2D06F is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 111 -
CMYK 0.14 0 0.47 0.18
HSL 78.56º 0.51% 0.63% -
HSV(B) 78.56º 0.47% 0.82% -
XYZ 43.79 55.72 23.49 -
YUV 187.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 178 208 111 0.14 0 0.47 0.18 78.56 0.51 0.63
Hex B2 D0 6F E 0 2F 12 4F 33 3F
Octal 262 320 157 16 0 57 22 117 63 77
Binary 10110010 11010000 1101111 1110 0 101111 10010 1001111 110011 111111

Color Harmonies of #B2D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D06F

Black with #B2D06F

Text Example


Text Example

White with #B2D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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