Html Css Color HEX #B0BA38 Celery

📋 copy color: '#B0BA38'

red 176 ◦ green 186 ◦ blue 56

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

Shades of Celery #B0BA38

Tints of Celery #B0BA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.4%

R = 42.11%
G = 44.5%
B = 13.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B0BA38 (or 0xB0BA38) is known color: Celery. HEX triplet: B0, BA and 38. RGB value is (176,186,56). Sum of RGB (Red+Green+Blue) = 176+186+56=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA38 is #4F45C7. Grayscale: #A8A8A8. Windows color (decimal): -5195208 or 3717808. OLE color: 3717808.

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

Color convert

RGB 176 186 56 -
CMYK 0.05 0 0.70 0.27
HSL 64.62º 0.54% 0.47% -
HSV(B) 64.62º 0.7% 0.73% -
XYZ 36.18 44.63 10.45 -
YUV 168.19 64.69 133.57 -
System Red Green Blue C M Y K H S L
Decimal 176 186 56 0.05 0 0.70 0.27 64.62 0.54 0.47
Hex B0 BA 38 5 0 46 1B 41 36 2F
Octal 260 272 70 5 0 106 33 101 66 57
Binary 10110000 10111010 111000 101 0 1000110 11011 1000001 110110 101111

Color Harmonies of #B0BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA38

Black with #B0BA38

Text Example


Text Example

White with #B0BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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