Html Css Color HEX #B6CE7D Caper

📋 copy color: '#B6CE7D'

red 182 ◦ green 206 ◦ blue 125

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

Shades of Caper #B6CE7D

Tints of Caper #B6CE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.16%

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

R = 35.48%
G = 40.16%
B = 24.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#B6CE7D (or 0xB6CE7D) is known color: Caper. HEX triplet: B6, CE and 7D. RGB value is (182,206,125). Sum of RGB (Red+Green+Blue) = 182+206+125=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CE7D is #493182. Grayscale: #BDBDBD. Windows color (decimal): -4796803 or 8244918. OLE color: 8244918.

HSL color Cylindrical-coordinate representation of color #B6CE7D: hue angle of 77.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6CE7D is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 206 125 -
CMYK 0.12 0 0.39 0.19
HSL 77.78º 0.45% 0.65% -
HSV(B) 77.78º 0.39% 0.81% -
XYZ 45.06 55.57 27.75 -
YUV 189.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 182 206 125 0.12 0 0.39 0.19 77.78 0.45 0.65
Hex B6 CE 7D C 0 27 13 4E 2D 41
Octal 266 316 175 14 0 47 23 116 55 101
Binary 10110110 11001110 1111101 1100 0 100111 10011 1001110 101101 1000001

Color Harmonies of #B6CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CE7D

Black with #B6CE7D

Text Example


Text Example

White with #B6CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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