Html Css Color HEX #B9C450 Celery

📋 copy color: '#B9C450'

red 185 ◦ green 196 ◦ blue 80

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

Shades of Celery #B9C450

Tints of Celery #B9C450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.52%

 BLUE value IS 80 (31.64% from 255) = 17.35%

R = 40.13%
G = 42.52%
B = 17.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#B9C450 (or 0xB9C450) is known color: Celery. HEX triplet: B9, C4 and 50. RGB value is (185,196,80). Sum of RGB (Red+Green+Blue) = 185+196+80=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C450 is #463BAF. Grayscale: #B3B3B3. Windows color (decimal): -4602800 or 5293241. OLE color: 5293241.

HSL color Cylindrical-coordinate representation of color #B9C450: hue angle of 65.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9C450 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 80 -
CMYK 0.06 0 0.59 0.23
HSL 65.69º 0.5% 0.54% -
HSV(B) 65.69º 0.59% 0.77% -
XYZ 41.2 50.37 15.14 -
YUV 179.49 71.86 131.93 -
System Red Green Blue C M Y K H S L
Decimal 185 196 80 0.06 0 0.59 0.23 65.69 0.5 0.54
Hex B9 C4 50 6 0 3B 17 42 32 36
Octal 271 304 120 6 0 73 27 102 62 66
Binary 10111001 11000100 1010000 110 0 111011 10111 1000010 110010 110110

Color Harmonies of #B9C450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C450

Black with #B9C450

Text Example


Text Example

White with #B9C450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C450; }

 p { color: rgb(185,196,80); }

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

background-color css

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

 a { background-color: rgb(185,196,80); }

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

border-color css

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

 span { border-color: rgb(185,196,80); }

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