Html Css Color HEX #B4D675 Caper

📋 copy color: '#B4D675'

red 180 ◦ green 214 ◦ blue 117

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

Shades of Caper #B4D675

Tints of Caper #B4D675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.88%

 BLUE value IS 117 (46.09% from 255) = 22.9%

R = 35.23%
G = 41.88%
B = 22.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#B4D675 (or 0xB4D675) is known color: Caper. HEX triplet: B4, D6 and 75. RGB value is (180,214,117). Sum of RGB (Red+Green+Blue) = 180+214+117=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D675 is #4B298A. Grayscale: #C1C1C1. Windows color (decimal): -4925835 or 7722676. OLE color: 7722676.

HSL color Cylindrical-coordinate representation of color #B4D675: hue angle of 81.03º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4D675 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 214 117 -
CMYK 0.16 0 0.45 0.16
HSL 81.03º 0.54% 0.65% -
HSV(B) 81.03º 0.45% 0.84% -
XYZ 46.08 59.08 25.8 -
YUV 192.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 180 214 117 0.16 0 0.45 0.16 81.03 0.54 0.65
Hex B4 D6 75 10 0 2D 10 51 36 41
Octal 264 326 165 20 0 55 20 121 66 101
Binary 10110100 11010110 1110101 10000 0 101101 10000 1010001 110110 1000001

Color Harmonies of #B4D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D675

Black with #B4D675

Text Example


Text Example

White with #B4D675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D675; }

 p { color: rgb(180,214,117); }

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

background-color css

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

 a { background-color: rgb(180,214,117); }

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

border-color css

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

 span { border-color: rgb(180,214,117); }

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