Html Css Color HEX #B9C14E Celery

📋 copy color: '#B9C14E'

red 185 ◦ green 193 ◦ blue 78

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

Shades of Celery #B9C14E

Tints of Celery #B9C14E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.32%

 BLUE value IS 78 (30.86% from 255) = 17.11%

R = 40.57%
G = 42.32%
B = 17.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#B9C14E (or 0xB9C14E) is known color: Celery. HEX triplet: B9, C1 and 4E. RGB value is (185,193,78). Sum of RGB (Red+Green+Blue) = 185+193+78=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C14E is #463EB1. Grayscale: #B1B1B1. Windows color (decimal): -4603570 or 5161401. OLE color: 5161401.

HSL color Cylindrical-coordinate representation of color #B9C14E: hue angle of 64.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9C14E is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 193 78 -
CMYK 0.04 0 0.60 0.24
HSL 64.17º 0.48% 0.53% -
HSV(B) 64.17º 0.6% 0.76% -
XYZ 40.45 49 14.53 -
YUV 177.5 71.85 133.35 -
System Red Green Blue C M Y K H S L
Decimal 185 193 78 0.04 0 0.60 0.24 64.17 0.48 0.53
Hex B9 C1 4E 4 0 3C 18 40 30 35
Octal 271 301 116 4 0 74 30 100 60 65
Binary 10111001 11000001 1001110 100 0 111100 11000 1000000 110000 110101

Color Harmonies of #B9C14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C14E

Black with #B9C14E

Text Example


Text Example

White with #B9C14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C14E; }

 p { color: rgb(185,193,78); }

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

background-color css

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

 a { background-color: rgb(185,193,78); }

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

border-color css

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

 span { border-color: rgb(185,193,78); }

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