Html Css Color HEX #B2C772 Caper

📋 copy color: '#B2C772'

red 178 ◦ green 199 ◦ blue 114

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

Shades of Caper #B2C772

Tints of Caper #B2C772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 36.25%
G = 40.53%
B = 23.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#B2C772 (or 0xB2C772) is known color: Caper. HEX triplet: B2, C7 and 72. RGB value is (178,199,114). Sum of RGB (Red+Green+Blue) = 178+199+114=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C772 is #4D388D. Grayscale: #B7B7B7. Windows color (decimal): -5060750 or 7522226. OLE color: 7522226.

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

Color convert

RGB 178 199 114 -
CMYK 0.11 0 0.43 0.22
HSL 74.82º 0.43% 0.61% -
HSV(B) 74.82º 0.43% 0.78% -
XYZ 41.82 51.53 23.66 -
YUV 183.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 178 199 114 0.11 0 0.43 0.22 74.82 0.43 0.61
Hex B2 C7 72 B 0 2B 16 4B 2B 3D
Octal 262 307 162 13 0 53 26 113 53 75
Binary 10110010 11000111 1110010 1011 0 101011 10110 1001011 101011 111101

Color Harmonies of #B2C772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C772

Black with #B2C772

Text Example


Text Example

White with #B2C772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C772; }

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

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

background-color css

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

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

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

border-color css

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

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

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