Html Css Color HEX #B6C37B Caper

📋 copy color: '#B6C37B'

red 182 ◦ green 195 ◦ blue 123

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

Shades of Caper #B6C37B

Tints of Caper #B6C37B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39%

 BLUE value IS 123 (48.44% from 255) = 24.6%

R = 36.4%
G = 39%
B = 24.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#B6C37B (or 0xB6C37B) is known color: Caper. HEX triplet: B6, C3 and 7B. RGB value is (182,195,123). Sum of RGB (Red+Green+Blue) = 182+195+123=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C37B is #493C84. Grayscale: #B7B7B7. Windows color (decimal): -4799621 or 8111030. OLE color: 8111030.

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

Color convert

RGB 182 195 123 -
CMYK 0.07 0 0.37 0.24
HSL 70.83º 0.38% 0.62% -
HSV(B) 70.83º 0.37% 0.76% -
XYZ 42.38 50.41 26.23 -
YUV 182.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 182 195 123 0.07 0 0.37 0.24 70.83 0.38 0.62
Hex B6 C3 7B 7 0 25 18 47 26 3E
Octal 266 303 173 7 0 45 30 107 46 76
Binary 10110110 11000011 1111011 111 0 100101 11000 1000111 100110 111110

Color Harmonies of #B6C37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C37B

Black with #B6C37B

Text Example


Text Example

White with #B6C37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C37B; }

 p { color: rgb(182,195,123); }

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

background-color css

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

 a { background-color: rgb(182,195,123); }

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

border-color css

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

 span { border-color: rgb(182,195,123); }

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