Html Css Color HEX #B6D27D Caper

📋 copy color: '#B6D27D'

red 182 ◦ green 210 ◦ blue 125

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

Shades of Caper #B6D27D

Tints of Caper #B6D27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.62%

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

R = 35.2%
G = 40.62%
B = 24.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#B6D27D (or 0xB6D27D) is known color: Caper. HEX triplet: B6, D2 and 7D. RGB value is (182,210,125). Sum of RGB (Red+Green+Blue) = 182+210+125=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D27D is #492D82. Grayscale: #C0C0C0. Windows color (decimal): -4795779 or 8245942. OLE color: 8245942.

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

Color convert

RGB 182 210 125 -
CMYK 0.13 0 0.40 0.18
HSL 79.76º 0.49% 0.66% -
HSV(B) 79.76º 0.4% 0.82% -
XYZ 46.04 57.52 28.08 -
YUV 191.94 90.22 120.91 -
System Red Green Blue C M Y K H S L
Decimal 182 210 125 0.13 0 0.40 0.18 79.76 0.49 0.66
Hex B6 D2 7D D 0 28 12 50 31 42
Octal 266 322 175 15 0 50 22 120 61 102
Binary 10110110 11010010 1111101 1101 0 101000 10010 1010000 110001 1000010

Color Harmonies of #B6D27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D27D

Black with #B6D27D

Text Example


Text Example

White with #B6D27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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