Html Css Color HEX #B9BA4B Celery

📋 copy color: '#B9BA4B'

red 185 ◦ green 186 ◦ blue 75

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

Shades of Celery #B9BA4B

Tints of Celery #B9BA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.7%

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

R = 41.48%
G = 41.7%
B = 16.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#B9BA4B (or 0xB9BA4B) is known color: Celery. HEX triplet: B9, BA and 4B. RGB value is (185,186,75). Sum of RGB (Red+Green+Blue) = 185+186+75=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA4B is #4645B4. Grayscale: #ADADAD. Windows color (decimal): -4605365 or 4963001. OLE color: 4963001.

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

Color convert

RGB 185 186 75 -
CMYK 0.01 0 0.60 0.27
HSL 60.54º 0.45% 0.51% -
HSV(B) 60.54º 0.6% 0.73% -
XYZ 38.84 45.94 13.48 -
YUV 173.05 72.67 136.53 -
System Red Green Blue C M Y K H S L
Decimal 185 186 75 0.01 0 0.60 0.27 60.54 0.45 0.51
Hex B9 BA 4B 1 0 3C 1B 3D 2D 33
Octal 271 272 113 1 0 74 33 75 55 63
Binary 10111001 10111010 1001011 1 0 111100 11011 111101 101101 110011

Color Harmonies of #B9BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA4B

Black with #B9BA4B

Text Example


Text Example

White with #B9BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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