Html Css Color HEX #B3BF55 Celery

📋 copy color: '#B3BF55'

red 179 ◦ green 191 ◦ blue 85

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

Shades of Celery #B3BF55

Tints of Celery #B3BF55

RGB

 RED value IS 179 (70.31% from 255) = 39.34%

 GREEN value IS 191 (75% from 255) = 41.98%

 BLUE value IS 85 (33.59% from 255) = 18.68%

R = 39.34%
G = 41.98%
B = 18.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#B3BF55 (or 0xB3BF55) is known color: Celery. HEX triplet: B3, BF and 55. RGB value is (179,191,85). Sum of RGB (Red+Green+Blue) = 179+191+85=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BF55 is #4C40AA. Grayscale: #AFAFAF. Windows color (decimal): -4997291 or 5619635. OLE color: 5619635.

HSL color Cylindrical-coordinate representation of color #B3BF55: hue angle of 66.79º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3BF55 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 191 85 -
CMYK 0.06 0 0.55 0.25
HSL 66.79º 0.45% 0.54% -
HSV(B) 66.79º 0.55% 0.75% -
XYZ 38.86 47.5 15.71 -
YUV 175.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 179 191 85 0.06 0 0.55 0.25 66.79 0.45 0.54
Hex B3 BF 55 6 0 37 19 43 2D 36
Octal 263 277 125 6 0 67 31 103 55 66
Binary 10110011 10111111 1010101 110 0 110111 11001 1000011 101101 110110

Color Harmonies of #B3BF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BF55

Black with #B3BF55

Text Example


Text Example

White with #B3BF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BF55; }

 p { color: rgb(179,191,85); }

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

background-color css

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

 a { background-color: rgb(179,191,85); }

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

border-color css

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

 span { border-color: rgb(179,191,85); }

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