Html Css Color HEX #B6C67D Caper

📋 copy color: '#B6C67D'

red 182 ◦ green 198 ◦ blue 125

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

Shades of Caper #B6C67D

Tints of Caper #B6C67D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.21%

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

R = 36.04%
G = 39.21%
B = 24.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#B6C67D (or 0xB6C67D) is known color: Caper. HEX triplet: B6, C6 and 7D. RGB value is (182,198,125). Sum of RGB (Red+Green+Blue) = 182+198+125=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C67D is #493982. Grayscale: #B9B9B9. Windows color (decimal): -4798851 or 8242870. OLE color: 8242870.

HSL color Cylindrical-coordinate representation of color #B6C67D: hue angle of 73.15º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6C67D is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 198 125 -
CMYK 0.08 0 0.37 0.22
HSL 73.15º 0.39% 0.63% -
HSV(B) 73.15º 0.37% 0.78% -
XYZ 43.19 51.81 27.13 -
YUV 184.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 182 198 125 0.08 0 0.37 0.22 73.15 0.39 0.63
Hex B6 C6 7D 8 0 25 16 49 27 3F
Octal 266 306 175 10 0 45 26 111 47 77
Binary 10110110 11000110 1111101 1000 0 100101 10110 1001001 100111 111111

Color Harmonies of #B6C67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C67D

Black with #B6C67D

Text Example


Text Example

White with #B6C67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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