Html Css Color HEX #B4D170 Caper

📋 copy color: '#B4D170'

red 180 ◦ green 209 ◦ blue 112

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

Shades of Caper #B4D170

Tints of Caper #B4D170

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.72%

 BLUE value IS 112 (44.14% from 255) = 22.36%

R = 35.93%
G = 41.72%
B = 22.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#B4D170 (or 0xB4D170) is known color: Caper. HEX triplet: B4, D1 and 70. RGB value is (180,209,112). Sum of RGB (Red+Green+Blue) = 180+209+112=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D170 is #4B2E8F. Grayscale: #BDBDBD. Windows color (decimal): -4927120 or 7393716. OLE color: 7393716.

HSL color Cylindrical-coordinate representation of color #B4D170: hue angle of 77.94º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4D170 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 209 112 -
CMYK 0.14 0 0.46 0.18
HSL 77.94º 0.51% 0.63% -
HSV(B) 77.94º 0.46% 0.82% -
XYZ 44.55 56.47 23.88 -
YUV 189.27 84.39 121.39 -
System Red Green Blue C M Y K H S L
Decimal 180 209 112 0.14 0 0.46 0.18 77.94 0.51 0.63
Hex B4 D1 70 E 0 2E 12 4E 33 3F
Octal 264 321 160 16 0 56 22 116 63 77
Binary 10110100 11010001 1110000 1110 0 101110 10010 1001110 110011 111111

Color Harmonies of #B4D170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D170

Black with #B4D170

Text Example


Text Example

White with #B4D170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D170; }

 p { color: rgb(180,209,112); }

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

background-color css

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

 a { background-color: rgb(180,209,112); }

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

border-color css

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

 span { border-color: rgb(180,209,112); }

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