Html Css Color HEX #B2CE71 Caper

📋 copy color: '#B2CE71'

red 178 ◦ green 206 ◦ blue 113

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

Shades of Caper #B2CE71

Tints of Caper #B2CE71

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.45%

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 35.81%
G = 41.45%
B = 22.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#B2CE71 (or 0xB2CE71) is known color: Caper. HEX triplet: B2, CE and 71. RGB value is (178,206,113). Sum of RGB (Red+Green+Blue) = 178+206+113=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE71 is #4D318E. Grayscale: #BBBBBB. Windows color (decimal): -5058959 or 7458482. OLE color: 7458482.

HSL color Cylindrical-coordinate representation of color #B2CE71: hue angle of 78.06º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2CE71 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 113 -
CMYK 0.14 0 0.45 0.19
HSL 78.06º 0.49% 0.63% -
HSV(B) 78.06º 0.45% 0.81% -
XYZ 43.41 54.8 23.91 -
YUV 187.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 178 206 113 0.14 0 0.45 0.19 78.06 0.49 0.63
Hex B2 CE 71 E 0 2D 13 4E 31 3F
Octal 262 316 161 16 0 55 23 116 61 77
Binary 10110010 11001110 1110001 1110 0 101101 10011 1001110 110001 111111

Color Harmonies of #B2CE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE71

Black with #B2CE71

Text Example


Text Example

White with #B2CE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE71; }

 p { color: rgb(178,206,113); }

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

background-color css

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

 a { background-color: rgb(178,206,113); }

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

border-color css

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

 span { border-color: rgb(178,206,113); }

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