Html Css Color HEX #B4C772 Caper

📋 copy color: '#B4C772'

red 180 ◦ green 199 ◦ blue 114

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

Shades of Caper #B4C772

Tints of Caper #B4C772

RGB

 RED value IS 180 (70.7% from 255) = 36.51%

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

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

R = 36.51%
G = 40.37%
B = 23.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#B4C772 (or 0xB4C772) is known color: Caper. HEX triplet: B4, C7 and 72. RGB value is (180,199,114). Sum of RGB (Red+Green+Blue) = 180+199+114=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C772 is #4B388D. Grayscale: #B7B7B7. Windows color (decimal): -4929678 or 7522228. OLE color: 7522228.

HSL color Cylindrical-coordinate representation of color #B4C772: hue angle of 73.41º 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 #B4C772 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 199 114 -
CMYK 0.10 0 0.43 0.22
HSL 73.41º 0.43% 0.61% -
HSV(B) 73.41º 0.43% 0.78% -
XYZ 42.28 51.77 23.68 -
YUV 183.63 88.71 125.41 -
System Red Green Blue C M Y K H S L
Decimal 180 199 114 0.10 0 0.43 0.22 73.41 0.43 0.61
Hex B4 C7 72 A 0 2B 16 49 2B 3D
Octal 264 307 162 12 0 53 26 111 53 75
Binary 10110100 11000111 1110010 1010 0 101011 10110 1001001 101011 111101

Color Harmonies of #B4C772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C772

Black with #B4C772

Text Example


Text Example

White with #B4C772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C772; }

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

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

background-color css

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

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

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

border-color css

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

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

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