Html Css Color HEX #B6C292 Caper

📋 copy color: '#B6C292'

red 182 ◦ green 194 ◦ blue 146

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

Shades of Caper #B6C292

Tints of Caper #B6C292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.97%

R = 34.87%
G = 37.16%
B = 27.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#B6C292 (or 0xB6C292) is known color: Caper. HEX triplet: B6, C2 and 92. RGB value is (182,194,146). Sum of RGB (Red+Green+Blue) = 182+194+146=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C292 is #493D6D. Grayscale: #B9B9B9. Windows color (decimal): -4799854 or 9618102. OLE color: 9618102.

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

Color convert

RGB 182 194 146 -
CMYK 0.06 0 0.25 0.24
HSL 75º 0.28% 0.67% -
HSV(B) 75º 0.25% 0.76% -
XYZ 43.77 50.6 34.65 -
YUV 184.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 182 194 146 0.06 0 0.25 0.24 75 0.28 0.67
Hex B6 C2 92 6 0 19 18 4B 1C 43
Octal 266 302 222 6 0 31 30 113 34 103
Binary 10110110 11000010 10010010 110 0 11001 11000 1001011 11100 1000011

Color Harmonies of #B6C292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C292

Black with #B6C292

Text Example


Text Example

White with #B6C292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C292; }

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

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

background-color css

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

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

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

border-color css

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

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

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