Html Css Color HEX #B6C28A Caper

📋 copy color: '#B6C28A'

red 182 ◦ green 194 ◦ blue 138

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

Shades of Caper #B6C28A

Tints of Caper #B6C28A

RGB

 RED value IS 182 (71.48% from 255) = 35.41%

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

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

R = 35.41%
G = 37.74%
B = 26.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#B6C28A (or 0xB6C28A) is known color: Caper. HEX triplet: B6, C2 and 8A. RGB value is (182,194,138). Sum of RGB (Red+Green+Blue) = 182+194+138=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C28A is #493D75. Grayscale: #B8B8B8. Windows color (decimal): -4799862 or 9093814. OLE color: 9093814.

HSL color Cylindrical-coordinate representation of color #B6C28A: hue angle of 72.86º 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 #B6C28A is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 138 -
CMYK 0.06 0 0.29 0.24
HSL 72.86º 0.31% 0.65% -
HSV(B) 72.86º 0.29% 0.76% -
XYZ 43.17 50.36 31.49 -
YUV 184.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 182 194 138 0.06 0 0.29 0.24 72.86 0.31 0.65
Hex B6 C2 8A 6 0 1D 18 49 1F 41
Octal 266 302 212 6 0 35 30 111 37 101
Binary 10110110 11000010 10001010 110 0 11101 11000 1001001 11111 1000001

Color Harmonies of #B6C28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C28A

Black with #B6C28A

Text Example


Text Example

White with #B6C28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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