Html Css Color HEX #B2C773 Caper

📋 copy color: '#B2C773'

red 178 ◦ green 199 ◦ blue 115

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

Shades of Caper #B2C773

Tints of Caper #B2C773

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.45%

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 36.18%
G = 40.45%
B = 23.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#B2C773 (or 0xB2C773) is known color: Caper. HEX triplet: B2, C7 and 73. RGB value is (178,199,115). Sum of RGB (Red+Green+Blue) = 178+199+115=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C773 is #4D388C. Grayscale: #B7B7B7. Windows color (decimal): -5060749 or 7587762. OLE color: 7587762.

HSL color Cylindrical-coordinate representation of color #B2C773: hue angle of 75º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2C773 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 199 115 -
CMYK 0.11 0 0.42 0.22
HSL 75º 0.43% 0.62% -
HSV(B) 75º 0.42% 0.78% -
XYZ 41.88 51.55 23.96 -
YUV 183.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 178 199 115 0.11 0 0.42 0.22 75 0.43 0.62
Hex B2 C7 73 B 0 2A 16 4B 2B 3E
Octal 262 307 163 13 0 52 26 113 53 76
Binary 10110010 11000111 1110011 1011 0 101010 10110 1001011 101011 111110

Color Harmonies of #B2C773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C773

Black with #B2C773

Text Example


Text Example

White with #B2C773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C773; }

 p { color: rgb(178,199,115); }

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

background-color css

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

 a { background-color: rgb(178,199,115); }

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

border-color css

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

 span { border-color: rgb(178,199,115); }

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