Html Css Color HEX #B3BD45 Celery

📋 copy color: '#B3BD45'

red 179 ◦ green 189 ◦ blue 69

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

Shades of Celery #B3BD45

Tints of Celery #B3BD45

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.25%

 BLUE value IS 69 (27.34% from 255) = 15.79%

R = 40.96%
G = 43.25%
B = 15.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#B3BD45 (or 0xB3BD45) is known color: Celery. HEX triplet: B3, BD and 45. RGB value is (179,189,69). Sum of RGB (Red+Green+Blue) = 179+189+69=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BD45 is #4C42BA. Grayscale: #ACACAC. Windows color (decimal): -4997819 or 4570547. OLE color: 4570547.

HSL color Cylindrical-coordinate representation of color #B3BD45: hue angle of 65º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3BD45 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 189 69 -
CMYK 0.05 0 0.63 0.26
HSL 65º 0.48% 0.51% -
HSV(B) 65º 0.63% 0.74% -
XYZ 37.86 46.41 12.59 -
YUV 172.33 69.69 132.76 -
System Red Green Blue C M Y K H S L
Decimal 179 189 69 0.05 0 0.63 0.26 65 0.48 0.51
Hex B3 BD 45 5 0 3F 1A 41 30 33
Octal 263 275 105 5 0 77 32 101 60 63
Binary 10110011 10111101 1000101 101 0 111111 11010 1000001 110000 110011

Color Harmonies of #B3BD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD45

Black with #B3BD45

Text Example


Text Example

White with #B3BD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD45; }

 p { color: rgb(179,189,69); }

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

background-color css

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

 a { background-color: rgb(179,189,69); }

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

border-color css

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

 span { border-color: rgb(179,189,69); }

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