Html Css Color HEX #B8C040 Celery

📋 copy color: '#B8C040'

red 184 ◦ green 192 ◦ blue 64

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

Shades of Celery #B8C040

Tints of Celery #B8C040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.64%

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 41.82%
G = 43.64%
B = 14.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#B8C040 (or 0xB8C040) is known color: Celery. HEX triplet: B8, C0 and 40. RGB value is (184,192,64). Sum of RGB (Red+Green+Blue) = 184+192+64=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C040 is #473FBF. Grayscale: #AFAFAF. Windows color (decimal): -4669376 or 4243640. OLE color: 4243640.

HSL color Cylindrical-coordinate representation of color #B8C040: hue angle of 63.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8C040 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 192 64 -
CMYK 0.04 0 0.67 0.25
HSL 63.75º 0.5% 0.5% -
HSV(B) 63.75º 0.67% 0.75% -
XYZ 39.54 48.26 12.08 -
YUV 175.02 65.35 134.41 -
System Red Green Blue C M Y K H S L
Decimal 184 192 64 0.04 0 0.67 0.25 63.75 0.5 0.5
Hex B8 C0 40 4 0 43 19 40 32 32
Octal 270 300 100 4 0 103 31 100 62 62
Binary 10111000 11000000 1000000 100 0 1000011 11001 1000000 110010 110010

Color Harmonies of #B8C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C040

Black with #B8C040

Text Example


Text Example

White with #B8C040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C040; }

 p { color: rgb(184,192,64); }

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

background-color css

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

 a { background-color: rgb(184,192,64); }

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

border-color css

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

 span { border-color: rgb(184,192,64); }

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