Html Css Color HEX #B6C37D Caper

📋 copy color: '#B6C37D'

red 182 ◦ green 195 ◦ blue 125

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

Shades of Caper #B6C37D

Tints of Caper #B6C37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.9%

R = 36.25%
G = 38.84%
B = 24.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#B6C37D (or 0xB6C37D) is known color: Caper. HEX triplet: B6, C3 and 7D. RGB value is (182,195,125). Sum of RGB (Red+Green+Blue) = 182+195+125=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C37D is #493C82. Grayscale: #B7B7B7. Windows color (decimal): -4799619 or 8242102. OLE color: 8242102.

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

Color convert

RGB 182 195 125 -
CMYK 0.07 0 0.36 0.24
HSL 71.14º 0.37% 0.63% -
HSV(B) 71.14º 0.36% 0.76% -
XYZ 42.51 50.46 26.9 -
YUV 183.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 182 195 125 0.07 0 0.36 0.24 71.14 0.37 0.63
Hex B6 C3 7D 7 0 24 18 47 25 3F
Octal 266 303 175 7 0 44 30 107 45 77
Binary 10110110 11000011 1111101 111 0 100100 11000 1000111 100101 111111

Color Harmonies of #B6C37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C37D

Black with #B6C37D

Text Example


Text Example

White with #B6C37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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