Html Css Color HEX #B8D073 Caper

📋 copy color: '#B8D073'

red 184 ◦ green 208 ◦ blue 115

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

Shades of Caper #B8D073

Tints of Caper #B8D073

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

 BLUE value IS 115 (45.31% from 255) = 22.68%

R = 36.29%
G = 41.03%
B = 22.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#B8D073 (or 0xB8D073) is known color: Caper. HEX triplet: B8, D0 and 73. RGB value is (184,208,115). Sum of RGB (Red+Green+Blue) = 184+208+115=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D073 is #472F8C. Grayscale: #BEBEBE. Windows color (decimal): -4665229 or 7590072. OLE color: 7590072.

HSL color Cylindrical-coordinate representation of color #B8D073: hue angle of 75.48º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8D073 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 208 115 -
CMYK 0.12 0 0.45 0.18
HSL 75.48º 0.5% 0.63% -
HSV(B) 75.48º 0.45% 0.82% -
XYZ 45.42 56.54 24.74 -
YUV 190.22 85.55 123.56 -
System Red Green Blue C M Y K H S L
Decimal 184 208 115 0.12 0 0.45 0.18 75.48 0.5 0.63
Hex B8 D0 73 C 0 2D 12 4B 32 3F
Octal 270 320 163 14 0 55 22 113 62 77
Binary 10111000 11010000 1110011 1100 0 101101 10010 1001011 110010 111111

Color Harmonies of #B8D073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D073

Black with #B8D073

Text Example


Text Example

White with #B8D073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D073; }

 p { color: rgb(184,208,115); }

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

background-color css

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

 a { background-color: rgb(184,208,115); }

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

border-color css

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

 span { border-color: rgb(184,208,115); }

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