Html Css Color HEX #B3B348 Celery

📋 copy color: '#B3B348'

red 179 ◦ green 179 ◦ blue 72

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

Shades of Celery #B3B348

Tints of Celery #B3B348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.63%

 BLUE value IS 72 (28.52% from 255) = 16.74%

R = 41.63%
G = 41.63%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B3B348 (or 0xB3B348) is known color: Celery. HEX triplet: B3, B3 and 48. RGB value is (179,179,72). Sum of RGB (Red+Green+Blue) = 179+179+72=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B348 is #4C4CB7. Grayscale: #A7A7A7. Windows color (decimal): -5000376 or 4764595. OLE color: 4764595.

HSL color Cylindrical-coordinate representation of color #B3B348: hue angle of 60º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3B348 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 179 72 -
CMYK 0 0 0.60 0.30
HSL 60º 0.43% 0.49% -
HSV(B) 60º 0.6% 0.7% -
XYZ 35.88 42.29 12.4 -
YUV 166.8 74.5 136.7 -
System Red Green Blue C M Y K H S L
Decimal 179 179 72 0 0 0.60 0.30 60 0.43 0.49
Hex B3 B3 48 0 0 3C 1E 3C 2B 31
Octal 263 263 110 0 0 74 36 74 53 61
Binary 10110011 10110011 1001000 0 0 111100 11110 111100 101011 110001

Color Harmonies of #B3B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B348

Black with #B3B348

Text Example


Text Example

White with #B3B348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B348; }

 p { color: rgb(179,179,72); }

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

background-color css

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

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

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

border-color css

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

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

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