Html Css Color HEX #B4BA38 Celery

📋 copy color: '#B4BA38'

red 180 ◦ green 186 ◦ blue 56

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

Shades of Celery #B4BA38

Tints of Celery #B4BA38

RGB

 RED value IS 180 (70.7% from 255) = 42.65%

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

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

R = 42.65%
G = 44.08%
B = 13.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B4BA38 (or 0xB4BA38) is known color: Celery. HEX triplet: B4, BA and 38. RGB value is (180,186,56). Sum of RGB (Red+Green+Blue) = 180+186+56=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA38 is #4B45C7. Grayscale: #A9A9A9. Windows color (decimal): -4933064 or 3717812. OLE color: 3717812.

HSL color Cylindrical-coordinate representation of color #B4BA38: hue angle of 62.77º 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 #B4BA38 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 186 56 -
CMYK 0.03 0 0.70 0.27
HSL 62.77º 0.54% 0.47% -
HSV(B) 62.77º 0.7% 0.73% -
XYZ 37.1 45.11 10.49 -
YUV 169.39 64.01 135.57 -
System Red Green Blue C M Y K H S L
Decimal 180 186 56 0.03 0 0.70 0.27 62.77 0.54 0.47
Hex B4 BA 38 3 0 46 1B 3F 36 2F
Octal 264 272 70 3 0 106 33 77 66 57
Binary 10110100 10111010 111000 11 0 1000110 11011 111111 110110 101111

Color Harmonies of #B4BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA38

Black with #B4BA38

Text Example


Text Example

White with #B4BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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