Html Css Color HEX #B2B448 Celery

📋 copy color: '#B2B448'

red 178 ◦ green 180 ◦ blue 72

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

Shades of Celery #B2B448

Tints of Celery #B2B448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.86%

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

R = 41.4%
G = 41.86%
B = 16.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B2B448 (or 0xB2B448) is known color: Celery. HEX triplet: B2, B4 and 48. RGB value is (178,180,72). Sum of RGB (Red+Green+Blue) = 178+180+72=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B448 is #4D4BB7. Grayscale: #A7A7A7. Windows color (decimal): -5065656 or 4764850. OLE color: 4764850.

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

Color convert

RGB 178 180 72 -
CMYK 0.01 0 0.60 0.29
HSL 61.11º 0.43% 0.49% -
HSV(B) 61.11º 0.6% 0.71% -
XYZ 35.85 42.58 12.46 -
YUV 167.09 74.34 135.78 -
System Red Green Blue C M Y K H S L
Decimal 178 180 72 0.01 0 0.60 0.29 61.11 0.43 0.49
Hex B2 B4 48 1 0 3C 1D 3D 2B 31
Octal 262 264 110 1 0 74 35 75 53 61
Binary 10110010 10110100 1001000 1 0 111100 11101 111101 101011 110001

Color Harmonies of #B2B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B448

Black with #B2B448

Text Example


Text Example

White with #B2B448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B448; }

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

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

background-color css

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

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

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

border-color css

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

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

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