Html Css Color HEX #B2B640 Celery

📋 copy color: '#B2B640'

red 178 ◦ green 182 ◦ blue 64

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

Shades of Celery #B2B640

Tints of Celery #B2B640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.09%

R = 41.98%
G = 42.92%
B = 15.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B2B640 (or 0xB2B640) is known color: Celery. HEX triplet: B2, B6 and 40. RGB value is (178,182,64). Sum of RGB (Red+Green+Blue) = 178+182+64=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B640 is #4D49BF. Grayscale: #A7A7A7. Windows color (decimal): -5065152 or 4241074. OLE color: 4241074.

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

Color convert

RGB 178 182 64 -
CMYK 0.02 0 0.65 0.29
HSL 62.03º 0.48% 0.48% -
HSV(B) 62.03º 0.65% 0.71% -
XYZ 36.01 43.29 11.31 -
YUV 167.35 69.67 135.59 -
System Red Green Blue C M Y K H S L
Decimal 178 182 64 0.02 0 0.65 0.29 62.03 0.48 0.48
Hex B2 B6 40 2 0 41 1D 3E 30 30
Octal 262 266 100 2 0 101 35 76 60 60
Binary 10110010 10110110 1000000 10 0 1000001 11101 111110 110000 110000

Color Harmonies of #B2B640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B640

Black with #B2B640

Text Example


Text Example

White with #B2B640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B640; }

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

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

background-color css

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

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

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

border-color css

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

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

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