Html Css Color HEX #B3BD5A Celery

📋 copy color: '#B3BD5A'

red 179 ◦ green 189 ◦ blue 90

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

Shades of Celery #B3BD5A

Tints of Celery #B3BD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 39.08%
G = 41.27%
B = 19.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#B3BD5A (or 0xB3BD5A) is known color: Celery. HEX triplet: B3, BD and 5A. RGB value is (179,189,90). Sum of RGB (Red+Green+Blue) = 179+189+90=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD5A is #4C42A5. Grayscale: #AFAFAF. Windows color (decimal): -4997798 or 5946803. OLE color: 5946803.

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

Color convert

RGB 179 189 90 -
CMYK 0.05 0 0.52 0.26
HSL 66.06º 0.43% 0.55% -
HSV(B) 66.06º 0.52% 0.74% -
XYZ 38.63 46.72 16.65 -
YUV 174.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 179 189 90 0.05 0 0.52 0.26 66.06 0.43 0.55
Hex B3 BD 5A 5 0 34 1A 42 2B 37
Octal 263 275 132 5 0 64 32 102 53 67
Binary 10110011 10111101 1011010 101 0 110100 11010 1000010 101011 110111

Color Harmonies of #B3BD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD5A

Black with #B3BD5A

Text Example


Text Example

White with #B3BD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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