Html Css Color HEX #B2B348 Celery

📋 copy color: '#B2B348'

red 178 ◦ green 179 ◦ blue 72

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

Shades of Celery #B2B348

Tints of Celery #B2B348

RGB

 RED value IS 178 (69.92% from 255) = 41.49%

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

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

R = 41.49%
G = 41.72%
B = 16.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B2B348 (or 0xB2B348) is known color: Celery. HEX triplet: B2, B3 and 48. RGB value is (178,179,72). Sum of RGB (Red+Green+Blue) = 178+179+72=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B348 is #4D4CB7. Grayscale: #A6A6A6. Windows color (decimal): -5065912 or 4764594. OLE color: 4764594.

HSL color Cylindrical-coordinate representation of color #B2B348: hue angle of 60.56º 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 #B2B348 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 179 72 -
CMYK 0.01 0 0.60 0.30
HSL 60.56º 0.43% 0.49% -
HSV(B) 60.56º 0.6% 0.7% -
XYZ 35.65 42.17 12.39 -
YUV 166.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 178 179 72 0.01 0 0.60 0.30 60.56 0.43 0.49
Hex B2 B3 48 1 0 3C 1E 3D 2B 31
Octal 262 263 110 1 0 74 36 75 53 61
Binary 10110010 10110011 1001000 1 0 111100 11110 111101 101011 110001

Color Harmonies of #B2B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B348

Black with #B2B348

Text Example


Text Example

White with #B2B348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B348; }

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

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

background-color css

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

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

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

border-color css

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

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

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