Html Css Color HEX #B6D67D Caper

📋 copy color: '#B6D67D'

red 182 ◦ green 214 ◦ blue 125

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

Shades of Caper #B6D67D

Tints of Caper #B6D67D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.07%

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

R = 34.93%
G = 41.07%
B = 23.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#B6D67D (or 0xB6D67D) is known color: Caper. HEX triplet: B6, D6 and 7D. RGB value is (182,214,125). Sum of RGB (Red+Green+Blue) = 182+214+125=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D67D is #492982. Grayscale: #C2C2C2. Windows color (decimal): -4794755 or 8246966. OLE color: 8246966.

HSL color Cylindrical-coordinate representation of color #B6D67D: hue angle of 81.57º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6D67D is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 214 125 -
CMYK 0.15 0 0.42 0.16
HSL 81.57º 0.52% 0.66% -
HSV(B) 81.57º 0.42% 0.84% -
XYZ 47.04 59.52 28.41 -
YUV 194.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 182 214 125 0.15 0 0.42 0.16 81.57 0.52 0.66
Hex B6 D6 7D F 0 2A 10 52 34 42
Octal 266 326 175 17 0 52 20 122 64 102
Binary 10110110 11010110 1111101 1111 0 101010 10000 1010010 110100 1000010

Color Harmonies of #B6D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D67D

Black with #B6D67D

Text Example


Text Example

White with #B6D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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