Html Css Color HEX #B0BA4D Celery

📋 copy color: '#B0BA4D'

red 176 ◦ green 186 ◦ blue 77

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

Shades of Celery #B0BA4D

Tints of Celery #B0BA4D

RGB

 RED value IS 176 (69.14% from 255) = 40.09%

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

 BLUE value IS 77 (30.47% from 255) = 17.54%

R = 40.09%
G = 42.37%
B = 17.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B0BA4D (or 0xB0BA4D) is known color: Celery. HEX triplet: B0, BA and 4D. RGB value is (176,186,77). Sum of RGB (Red+Green+Blue) = 176+186+77=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA4D is #4F45B2. Grayscale: #ABABAB. Windows color (decimal): -5195187 or 5094064. OLE color: 5094064.

HSL color Cylindrical-coordinate representation of color #B0BA4D: hue angle of 65.5º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0BA4D is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 186 77 -
CMYK 0.05 0 0.59 0.27
HSL 65.5º 0.44% 0.52% -
HSV(B) 65.5º 0.59% 0.73% -
XYZ 36.8 44.88 13.74 -
YUV 170.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 176 186 77 0.05 0 0.59 0.27 65.5 0.44 0.52
Hex B0 BA 4D 5 0 3B 1B 42 2C 34
Octal 260 272 115 5 0 73 33 102 54 64
Binary 10110000 10111010 1001101 101 0 111011 11011 1000010 101100 110100

Color Harmonies of #B0BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA4D

Black with #B0BA4D

Text Example


Text Example

White with #B0BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA4D; }

 p { color: rgb(176,186,77); }

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

background-color css

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

 a { background-color: rgb(176,186,77); }

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

border-color css

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

 span { border-color: rgb(176,186,77); }

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