Html Css Color HEX #B2B94A Celery

📋 copy color: '#B2B94A'

red 178 ◦ green 185 ◦ blue 74

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

Shades of Celery #B2B94A

Tints of Celery #B2B94A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.33%

 BLUE value IS 74 (29.3% from 255) = 16.93%

R = 40.73%
G = 42.33%
B = 16.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B2B94A (or 0xB2B94A) is known color: Celery. HEX triplet: B2, B9 and 4A. RGB value is (178,185,74). Sum of RGB (Red+Green+Blue) = 178+185+74=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B94A is #4D46B5. Grayscale: #AAAAAA. Windows color (decimal): -5064374 or 4897202. OLE color: 4897202.

HSL color Cylindrical-coordinate representation of color #B2B94A: hue angle of 63.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2B94A is Cyan = 0.04, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 74 -
CMYK 0.04 0 0.6 0.27
HSL 63.78º 0.44% 0.51% -
HSV(B) 63.78º 0.6% 0.73% -
XYZ 36.95 44.66 13.15 -
YUV 170.25 73.68 133.53 -
System Red Green Blue C M Y K H S L
Decimal 178 185 74 0.04 0 0.6 0.27 63.78 0.44 0.51
Hex B2 B9 4A 4 0 3C 1B 40 2C 33
Octal 262 271 112 4 0 74 33 100 54 63
Binary 10110010 10111001 1001010 100 0 111100 11011 1000000 101100 110011

Color Harmonies of #B2B94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B94A

Black with #B2B94A

Text Example


Text Example

White with #B2B94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B94A; }

 p { color: rgb(178,185,74); }

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

background-color css

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

 a { background-color: rgb(178,185,74); }

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

border-color css

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

 span { border-color: rgb(178,185,74); }

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