Html Css Color HEX #B2B945 Celery

📋 copy color: '#B2B945'

red 178 ◦ green 185 ◦ blue 69

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

Shades of Celery #B2B945

Tints of Celery #B2B945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.97%

R = 41.2%
G = 42.82%
B = 15.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B2B945 (or 0xB2B945) is known color: Celery. HEX triplet: B2, B9 and 45. RGB value is (178,185,69). Sum of RGB (Red+Green+Blue) = 178+185+69=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B945 is #4D46BA. Grayscale: #AAAAAA. Windows color (decimal): -5064379 or 4569522. OLE color: 4569522.

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

Color convert

RGB 178 185 69 -
CMYK 0.04 0 0.63 0.27
HSL 63.62º 0.46% 0.5% -
HSV(B) 63.62º 0.63% 0.73% -
XYZ 36.78 44.59 12.3 -
YUV 169.68 71.18 133.93 -
System Red Green Blue C M Y K H S L
Decimal 178 185 69 0.04 0 0.63 0.27 63.62 0.46 0.5
Hex B2 B9 45 4 0 3F 1B 40 2E 32
Octal 262 271 105 4 0 77 33 100 56 62
Binary 10110010 10111001 1000101 100 0 111111 11011 1000000 101110 110010

Color Harmonies of #B2B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B945

Black with #B2B945

Text Example


Text Example

White with #B2B945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B945; }

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

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

background-color css

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

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

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

border-color css

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

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

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