Html Css Color HEX #B3C972 Caper

📋 copy color: '#B3C972'

red 179 ◦ green 201 ◦ blue 114

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

Shades of Caper #B3C972

Tints of Caper #B3C972

RGB

 RED value IS 179 (70.31% from 255) = 36.23%

 GREEN value IS 201 (78.91% from 255) = 40.69%

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

R = 36.23%
G = 40.69%
B = 23.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#B3C972 (or 0xB3C972) is known color: Caper. HEX triplet: B3, C9 and 72. RGB value is (179,201,114). Sum of RGB (Red+Green+Blue) = 179+201+114=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C972 is #4C368D. Grayscale: #B8B8B8. Windows color (decimal): -4994702 or 7522739. OLE color: 7522739.

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

Color convert

RGB 179 201 114 -
CMYK 0.11 0 0.43 0.21
HSL 75.17º 0.45% 0.62% -
HSV(B) 75.17º 0.43% 0.79% -
XYZ 42.51 52.57 23.83 -
YUV 184.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 179 201 114 0.11 0 0.43 0.21 75.17 0.45 0.62
Hex B3 C9 72 B 0 2B 15 4B 2D 3E
Octal 263 311 162 13 0 53 25 113 55 76
Binary 10110011 11001001 1110010 1011 0 101011 10101 1001011 101101 111110

Color Harmonies of #B3C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C972

Black with #B3C972

Text Example


Text Example

White with #B3C972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C972; }

 p { color: rgb(179,201,114); }

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

background-color css

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

 a { background-color: rgb(179,201,114); }

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

border-color css

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

 span { border-color: rgb(179,201,114); }

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