Html Css Color HEX #B2C372 Caper

📋 copy color: '#B2C372'

red 178 ◦ green 195 ◦ blue 114

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

Shades of Caper #B2C372

Tints of Caper #B2C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

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

R = 36.55%
G = 40.04%
B = 23.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B2C372 (or 0xB2C372) is known color: Caper. HEX triplet: B2, C3 and 72. RGB value is (178,195,114). Sum of RGB (Red+Green+Blue) = 178+195+114=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C372 is #4D3C8D. Grayscale: #B4B4B4. Windows color (decimal): -5061774 or 7521202. OLE color: 7521202.

HSL color Cylindrical-coordinate representation of color #B2C372: hue angle of 72.59º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2C372 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 114 -
CMYK 0.09 0 0.42 0.24
HSL 72.59º 0.4% 0.61% -
HSV(B) 72.59º 0.42% 0.76% -
XYZ 40.91 49.71 23.36 -
YUV 180.68 90.37 126.09 -
System Red Green Blue C M Y K H S L
Decimal 178 195 114 0.09 0 0.42 0.24 72.59 0.4 0.61
Hex B2 C3 72 9 0 2A 18 49 28 3D
Octal 262 303 162 11 0 52 30 111 50 75
Binary 10110010 11000011 1110010 1001 0 101010 11000 1001001 101000 111101

Color Harmonies of #B2C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C372

Black with #B2C372

Text Example


Text Example

White with #B2C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C372; }

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

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

background-color css

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

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

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

border-color css

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

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

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