Html Css Color HEX #B2B645 Celery

📋 copy color: '#B2B645'

red 178 ◦ green 182 ◦ blue 69

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

Shades of Celery #B2B645

Tints of Celery #B2B645

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.42%

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

R = 41.49%
G = 42.42%
B = 16.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B2B645 (or 0xB2B645) is known color: Celery. HEX triplet: B2, B6 and 45. RGB value is (178,182,69). Sum of RGB (Red+Green+Blue) = 178+182+69=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B645 is #4D49BA. Grayscale: #A8A8A8. Windows color (decimal): -5065147 or 4568754. OLE color: 4568754.

HSL color Cylindrical-coordinate representation of color #B2B645: hue angle of 62.12º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2B645 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 69 -
CMYK 0.02 0 0.62 0.29
HSL 62.12º 0.45% 0.49% -
HSV(B) 62.12º 0.62% 0.71% -
XYZ 36.16 43.35 12.09 -
YUV 167.92 72.17 135.19 -
System Red Green Blue C M Y K H S L
Decimal 178 182 69 0.02 0 0.62 0.29 62.12 0.45 0.49
Hex B2 B6 45 2 0 3E 1D 3E 2D 31
Octal 262 266 105 2 0 76 35 76 55 61
Binary 10110010 10110110 1000101 10 0 111110 11101 111110 101101 110001

Color Harmonies of #B2B645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B645

Black with #B2B645

Text Example


Text Example

White with #B2B645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B645; }

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

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

background-color css

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

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

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

border-color css

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

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

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