Html Css Color HEX #B1BA34 Celery

📋 copy color: '#B1BA34'

red 177 ◦ green 186 ◦ blue 52

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

Shades of Celery #B1BA34

Tints of Celery #B1BA34

RGB

 RED value IS 177 (69.53% from 255) = 42.65%

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

 BLUE value IS 52 (20.7% from 255) = 12.53%

R = 42.65%
G = 44.82%
B = 12.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B1BA34 (or 0xB1BA34) is known color: Celery. HEX triplet: B1, BA and 34. RGB value is (177,186,52). Sum of RGB (Red+Green+Blue) = 177+186+52=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA34 is #4E45CB. Grayscale: #A8A8A8. Windows color (decimal): -5129676 or 3455665. OLE color: 3455665.

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

Color convert

RGB 177 186 52 -
CMYK 0.05 0 0.72 0.27
HSL 64.03º 0.56% 0.47% -
HSV(B) 64.03º 0.72% 0.73% -
XYZ 36.31 44.71 9.97 -
YUV 168.03 62.52 134.4 -
System Red Green Blue C M Y K H S L
Decimal 177 186 52 0.05 0 0.72 0.27 64.03 0.56 0.47
Hex B1 BA 34 5 0 48 1B 40 38 2F
Octal 261 272 64 5 0 110 33 100 70 57
Binary 10110001 10111010 110100 101 0 1001000 11011 1000000 111000 101111

Color Harmonies of #B1BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA34

Black with #B1BA34

Text Example


Text Example

White with #B1BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA34; }

 p { color: rgb(177,186,52); }

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

background-color css

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

 a { background-color: rgb(177,186,52); }

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

border-color css

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

 span { border-color: rgb(177,186,52); }

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