Html Css Color HEX #B0BA43 Celery

📋 copy color: '#B0BA43'

red 176 ◦ green 186 ◦ blue 67

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

Shades of Celery #B0BA43

Tints of Celery #B0BA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.62%

R = 41.03%
G = 43.36%
B = 15.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B0BA43 (or 0xB0BA43) is known color: Celery. HEX triplet: B0, BA and 43. RGB value is (176,186,67). Sum of RGB (Red+Green+Blue) = 176+186+67=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA43 is #4F45BC. Grayscale: #A9A9A9. Windows color (decimal): -5195197 or 4438704. OLE color: 4438704.

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

Color convert

RGB 176 186 67 -
CMYK 0.05 0 0.64 0.27
HSL 65.04º 0.47% 0.5% -
HSV(B) 65.04º 0.64% 0.73% -
XYZ 36.48 44.75 12.03 -
YUV 169.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 176 186 67 0.05 0 0.64 0.27 65.04 0.47 0.5
Hex B0 BA 43 5 0 40 1B 41 2F 32
Octal 260 272 103 5 0 100 33 101 57 62
Binary 10110000 10111010 1000011 101 0 1000000 11011 1000001 101111 110010

Color Harmonies of #B0BA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA43

Black with #B0BA43

Text Example


Text Example

White with #B0BA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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