Html Css Color HEX #B8CC75 Caper

📋 copy color: '#B8CC75'

red 184 ◦ green 204 ◦ blue 117

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

Shades of Caper #B8CC75

Tints of Caper #B8CC75

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.4%

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

R = 36.44%
G = 40.4%
B = 23.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#B8CC75 (or 0xB8CC75) is known color: Caper. HEX triplet: B8, CC and 75. RGB value is (184,204,117). Sum of RGB (Red+Green+Blue) = 184+204+117=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CC75 is #47338A. Grayscale: #BCBCBC. Windows color (decimal): -4666251 or 7720120. OLE color: 7720120.

HSL color Cylindrical-coordinate representation of color #B8CC75: hue angle of 73.79º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8CC75 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 204 117 -
CMYK 0.10 0 0.43 0.2
HSL 73.79º 0.46% 0.63% -
HSV(B) 73.79º 0.43% 0.8% -
XYZ 44.57 54.66 25.03 -
YUV 188.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 184 204 117 0.10 0 0.43 0.2 73.79 0.46 0.63
Hex B8 CC 75 A 0 2B 14 4A 2E 3F
Octal 270 314 165 12 0 53 24 112 56 77
Binary 10111000 11001100 1110101 1010 0 101011 10100 1001010 101110 111111

Color Harmonies of #B8CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CC75

Black with #B8CC75

Text Example


Text Example

White with #B8CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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