Html Css Color HEX #B9CE48 Celery

📋 copy color: '#B9CE48'

red 185 ◦ green 206 ◦ blue 72

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

Shades of Celery #B9CE48

Tints of Celery #B9CE48

RGB

 RED value IS 185 (72.66% from 255) = 39.96%

 GREEN value IS 206 (80.86% from 255) = 44.49%

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

R = 39.96%
G = 44.49%
B = 15.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#B9CE48 (or 0xB9CE48) is known color: Celery. HEX triplet: B9, CE and 48. RGB value is (185,206,72). Sum of RGB (Red+Green+Blue) = 185+206+72=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE48 is #4631B7. Grayscale: #B8B8B8. Windows color (decimal): -4600248 or 4771513. OLE color: 4771513.

HSL color Cylindrical-coordinate representation of color #B9CE48: hue angle of 69.4º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9CE48 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 72 -
CMYK 0.10 0 0.65 0.19
HSL 69.4º 0.58% 0.55% -
HSV(B) 69.4º 0.65% 0.81% -
XYZ 43.25 54.92 14.45 -
YUV 184.45 64.54 128.4 -
System Red Green Blue C M Y K H S L
Decimal 185 206 72 0.10 0 0.65 0.19 69.4 0.58 0.55
Hex B9 CE 48 A 0 41 13 45 3A 37
Octal 271 316 110 12 0 101 23 105 72 67
Binary 10111001 11001110 1001000 1010 0 1000001 10011 1000101 111010 110111

Color Harmonies of #B9CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE48

Black with #B9CE48

Text Example


Text Example

White with #B9CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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