Html Css Color HEX #B9C14B Celery

📋 copy color: '#B9C14B'

red 185 ◦ green 193 ◦ blue 75

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

Shades of Celery #B9C14B

Tints of Celery #B9C14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.56%

R = 40.84%
G = 42.6%
B = 16.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#B9C14B (or 0xB9C14B) is known color: Celery. HEX triplet: B9, C1 and 4B. RGB value is (185,193,75). Sum of RGB (Red+Green+Blue) = 185+193+75=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C14B is #463EB4. Grayscale: #B1B1B1. Windows color (decimal): -4603573 or 4964793. OLE color: 4964793.

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

Color convert

RGB 185 193 75 -
CMYK 0.04 0 0.61 0.24
HSL 64.07º 0.49% 0.53% -
HSV(B) 64.07º 0.61% 0.76% -
XYZ 40.35 48.96 13.98 -
YUV 177.16 70.35 133.59 -
System Red Green Blue C M Y K H S L
Decimal 185 193 75 0.04 0 0.61 0.24 64.07 0.49 0.53
Hex B9 C1 4B 4 0 3D 18 40 31 35
Octal 271 301 113 4 0 75 30 100 61 65
Binary 10111001 11000001 1001011 100 0 111101 11000 1000000 110001 110101

Color Harmonies of #B9C14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C14B

Black with #B9C14B

Text Example


Text Example

White with #B9C14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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