Html Css Color HEX #B6D37D Caper

📋 copy color: '#B6D37D'

red 182 ◦ green 211 ◦ blue 125

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

Shades of Caper #B6D37D

Tints of Caper #B6D37D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.73%

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

R = 35.14%
G = 40.73%
B = 24.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#B6D37D (or 0xB6D37D) is known color: Caper. HEX triplet: B6, D3 and 7D. RGB value is (182,211,125). Sum of RGB (Red+Green+Blue) = 182+211+125=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D37D is #492C82. Grayscale: #C0C0C0. Windows color (decimal): -4795523 or 8246198. OLE color: 8246198.

HSL color Cylindrical-coordinate representation of color #B6D37D: hue angle of 80.23º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6D37D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 211 125 -
CMYK 0.14 0 0.41 0.17
HSL 80.23º 0.49% 0.66% -
HSV(B) 80.23º 0.41% 0.83% -
XYZ 46.29 58.01 28.16 -
YUV 192.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 182 211 125 0.14 0 0.41 0.17 80.23 0.49 0.66
Hex B6 D3 7D E 0 29 11 50 31 42
Octal 266 323 175 16 0 51 21 120 61 102
Binary 10110110 11010011 1111101 1110 0 101001 10001 1010000 110001 1000010

Color Harmonies of #B6D37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D37D

Black with #B6D37D

Text Example


Text Example

White with #B6D37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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