Html Css Color HEX #B2B64A Celery

📋 copy color: '#B2B64A'

red 178 ◦ green 182 ◦ blue 74

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

Shades of Celery #B2B64A

Tints of Celery #B2B64A

RGB

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

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

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

R = 41.01%
G = 41.94%
B = 17.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B2B64A (or 0xB2B64A) is known color: Celery. HEX triplet: B2, B6 and 4A. RGB value is (178,182,74). Sum of RGB (Red+Green+Blue) = 178+182+74=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B64A is #4D49B5. Grayscale: #A8A8A8. Windows color (decimal): -5065142 or 4896434. OLE color: 4896434.

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

Color convert

RGB 178 182 74 -
CMYK 0.02 0 0.59 0.29
HSL 62.22º 0.43% 0.5% -
HSV(B) 62.22º 0.59% 0.71% -
XYZ 36.32 43.42 12.94 -
YUV 168.49 74.67 134.78 -
System Red Green Blue C M Y K H S L
Decimal 178 182 74 0.02 0 0.59 0.29 62.22 0.43 0.5
Hex B2 B6 4A 2 0 3B 1D 3E 2B 32
Octal 262 266 112 2 0 73 35 76 53 62
Binary 10110010 10110110 1001010 10 0 111011 11101 111110 101011 110010

Color Harmonies of #B2B64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B64A

Black with #B2B64A

Text Example


Text Example

White with #B2B64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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