Html Css Color HEX #B8D675 Caper

📋 copy color: '#B8D675'

red 184 ◦ green 214 ◦ blue 117

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

Shades of Caper #B8D675

Tints of Caper #B8D675

RGB

 RED value IS 184 (72.27% from 255) = 35.73%

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

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 35.73%
G = 41.55%
B = 22.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#B8D675 (or 0xB8D675) is known color: Caper. HEX triplet: B8, D6 and 75. RGB value is (184,214,117). Sum of RGB (Red+Green+Blue) = 184+214+117=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D675 is #47298A. Grayscale: #C2C2C2. Windows color (decimal): -4663691 or 7722680. OLE color: 7722680.

HSL color Cylindrical-coordinate representation of color #B8D675: hue angle of 78.56º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8D675 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 214 117 -
CMYK 0.14 0 0.45 0.16
HSL 78.56º 0.54% 0.65% -
HSV(B) 78.56º 0.45% 0.84% -
XYZ 47.02 59.57 25.85 -
YUV 193.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 184 214 117 0.14 0 0.45 0.16 78.56 0.54 0.65
Hex B8 D6 75 E 0 2D 10 4F 36 41
Octal 270 326 165 16 0 55 20 117 66 101
Binary 10111000 11010110 1110101 1110 0 101101 10000 1001111 110110 1000001

Color Harmonies of #B8D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D675

Black with #B8D675

Text Example


Text Example

White with #B8D675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D675; }

 p { color: rgb(184,214,117); }

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

background-color css

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

 a { background-color: rgb(184,214,117); }

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

border-color css

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

 span { border-color: rgb(184,214,117); }

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