Html Css Color HEX #B4C28A Caper

📋 copy color: '#B4C28A'

red 180 ◦ green 194 ◦ blue 138

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

Shades of Caper #B4C28A

Tints of Caper #B4C28A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.89%

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 35.16%
G = 37.89%
B = 26.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#B4C28A (or 0xB4C28A) is known color: Caper. HEX triplet: B4, C2 and 8A. RGB value is (180,194,138). Sum of RGB (Red+Green+Blue) = 180+194+138=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C28A is #4B3D75. Grayscale: #B7B7B7. Windows color (decimal): -4930934 or 9093812. OLE color: 9093812.

HSL color Cylindrical-coordinate representation of color #B4C28A: hue angle of 75º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4C28A is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 194 138 -
CMYK 0.07 0 0.29 0.24
HSL 75º 0.31% 0.65% -
HSV(B) 75º 0.29% 0.76% -
XYZ 42.7 50.12 31.47 -
YUV 183.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 180 194 138 0.07 0 0.29 0.24 75 0.31 0.65
Hex B4 C2 8A 7 0 1D 18 4B 1F 41
Octal 264 302 212 7 0 35 30 113 37 101
Binary 10110100 11000010 10001010 111 0 11101 11000 1001011 11111 1000001

Color Harmonies of #B4C28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C28A

Black with #B4C28A

Text Example


Text Example

White with #B4C28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C28A; }

 p { color: rgb(180,194,138); }

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

background-color css

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

 a { background-color: rgb(180,194,138); }

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

border-color css

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

 span { border-color: rgb(180,194,138); }

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