Html Css Color HEX #B6D07D Caper

📋 copy color: '#B6D07D'

red 182 ◦ green 208 ◦ blue 125

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

Shades of Caper #B6D07D

Tints of Caper #B6D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.39%

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

R = 35.34%
G = 40.39%
B = 24.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#B6D07D (or 0xB6D07D) is known color: Caper. HEX triplet: B6, D0 and 7D. RGB value is (182,208,125). Sum of RGB (Red+Green+Blue) = 182+208+125=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D07D is #492F82. Grayscale: #BFBFBF. Windows color (decimal): -4796291 or 8245430. OLE color: 8245430.

HSL color Cylindrical-coordinate representation of color #B6D07D: hue angle of 78.8º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6D07D is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 208 125 -
CMYK 0.12 0 0.40 0.18
HSL 78.8º 0.47% 0.65% -
HSV(B) 78.8º 0.4% 0.82% -
XYZ 45.55 56.54 27.91 -
YUV 190.76 90.89 121.75 -
System Red Green Blue C M Y K H S L
Decimal 182 208 125 0.12 0 0.40 0.18 78.8 0.47 0.65
Hex B6 D0 7D C 0 28 12 4F 2F 41
Octal 266 320 175 14 0 50 22 117 57 101
Binary 10110110 11010000 1111101 1100 0 101000 10010 1001111 101111 1000001

Color Harmonies of #B6D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D07D

Black with #B6D07D

Text Example


Text Example

White with #B6D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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