Html Css Color HEX #B4D67C Caper

📋 copy color: '#B4D67C'

red 180 ◦ green 214 ◦ blue 124

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

Shades of Caper #B4D67C

Tints of Caper #B4D67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.94%

R = 34.75%
G = 41.31%
B = 23.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#B4D67C (or 0xB4D67C) is known color: Caper. HEX triplet: B4, D6 and 7C. RGB value is (180,214,124). Sum of RGB (Red+Green+Blue) = 180+214+124=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D67C is #4B2983. Grayscale: #C1C1C1. Windows color (decimal): -4925828 or 8181428. OLE color: 8181428.

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

Color convert

RGB 180 214 124 -
CMYK 0.16 0 0.42 0.16
HSL 82.67º 0.52% 0.66% -
HSV(B) 82.67º 0.42% 0.84% -
XYZ 46.51 59.25 28.05 -
YUV 193.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 180 214 124 0.16 0 0.42 0.16 82.67 0.52 0.66
Hex B4 D6 7C 10 0 2A 10 53 34 42
Octal 264 326 174 20 0 52 20 123 64 102
Binary 10110100 11010110 1111100 10000 0 101010 10000 1010011 110100 1000010

Color Harmonies of #B4D67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D67C

Black with #B4D67C

Text Example


Text Example

White with #B4D67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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