Html Css Color HEX #B8B948 Celery

📋 copy color: '#B8B948'

red 184 ◦ green 185 ◦ blue 72

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

Shades of Celery #B8B948

Tints of Celery #B8B948

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

 BLUE value IS 72 (28.52% from 255) = 16.33%

R = 41.72%
G = 41.95%
B = 16.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B8B948 (or 0xB8B948) is known color: Celery. HEX triplet: B8, B9 and 48. RGB value is (184,185,72). Sum of RGB (Red+Green+Blue) = 184+185+72=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B948 is #4746B7. Grayscale: #ACACAC. Windows color (decimal): -4671160 or 4766136. OLE color: 4766136.

HSL color Cylindrical-coordinate representation of color #B8B948: hue angle of 60.53º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8B948 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 185 72 -
CMYK 0.01 0 0.61 0.27
HSL 60.53º 0.45% 0.5% -
HSV(B) 60.53º 0.61% 0.73% -
XYZ 38.29 45.36 12.87 -
YUV 171.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 184 185 72 0.01 0 0.61 0.27 60.53 0.45 0.5
Hex B8 B9 48 1 0 3D 1B 3D 2D 32
Octal 270 271 110 1 0 75 33 75 55 62
Binary 10111000 10111001 1001000 1 0 111101 11011 111101 101101 110010

Color Harmonies of #B8B948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B948

Black with #B8B948

Text Example


Text Example

White with #B8B948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B948; }

 p { color: rgb(184,185,72); }

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

background-color css

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

 a { background-color: rgb(184,185,72); }

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

border-color css

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

 span { border-color: rgb(184,185,72); }

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