Html Css Color HEX #B4D67E Caper

📋 copy color: '#B4D67E'

red 180 ◦ green 214 ◦ blue 126

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

Shades of Caper #B4D67E

Tints of Caper #B4D67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.23%

R = 34.62%
G = 41.15%
B = 24.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#B4D67E (or 0xB4D67E) is known color: Caper. HEX triplet: B4, D6 and 7E. RGB value is (180,214,126). Sum of RGB (Red+Green+Blue) = 180+214+126=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D67E is #4B2981. Grayscale: #C2C2C2. Windows color (decimal): -4925826 or 8312500. OLE color: 8312500.

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

Color convert

RGB 180 214 126 -
CMYK 0.16 0 0.41 0.16
HSL 83.18º 0.52% 0.67% -
HSV(B) 83.18º 0.41% 0.84% -
XYZ 46.63 59.3 28.73 -
YUV 193.8 89.74 118.16 -
System Red Green Blue C M Y K H S L
Decimal 180 214 126 0.16 0 0.41 0.16 83.18 0.52 0.67
Hex B4 D6 7E 10 0 29 10 53 34 43
Octal 264 326 176 20 0 51 20 123 64 103
Binary 10110100 11010110 1111110 10000 0 101001 10000 1010011 110100 1000011

Color Harmonies of #B4D67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D67E

Black with #B4D67E

Text Example


Text Example

White with #B4D67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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