Html Css Color HEX #B4D071 Caper

📋 copy color: '#B4D071'

red 180 ◦ green 208 ◦ blue 113

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

Shades of Caper #B4D071

Tints of Caper #B4D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.52%

 BLUE value IS 113 (44.53% from 255) = 22.55%

R = 35.93%
G = 41.52%
B = 22.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#B4D071 (or 0xB4D071) is known color: Caper. HEX triplet: B4, D0 and 71. RGB value is (180,208,113). Sum of RGB (Red+Green+Blue) = 180+208+113=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D071 is #4B2F8E. Grayscale: #BDBDBD. Windows color (decimal): -4927375 or 7458996. OLE color: 7458996.

HSL color Cylindrical-coordinate representation of color #B4D071: hue angle of 77.68º degrees, saturation: 0.5, 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 #B4D071 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 208 113 -
CMYK 0.13 0 0.46 0.18
HSL 77.68º 0.5% 0.63% -
HSV(B) 77.68º 0.46% 0.82% -
XYZ 44.36 56.01 24.1 -
YUV 188.8 85.22 121.72 -
System Red Green Blue C M Y K H S L
Decimal 180 208 113 0.13 0 0.46 0.18 77.68 0.5 0.63
Hex B4 D0 71 D 0 2E 12 4E 32 3F
Octal 264 320 161 15 0 56 22 116 62 77
Binary 10110100 11010000 1110001 1101 0 101110 10010 1001110 110010 111111

Color Harmonies of #B4D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D071

Black with #B4D071

Text Example


Text Example

White with #B4D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D071; }

 p { color: rgb(180,208,113); }

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

background-color css

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

 a { background-color: rgb(180,208,113); }

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

border-color css

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

 span { border-color: rgb(180,208,113); }

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