Html Css Color HEX #B2B850 Celery

📋 copy color: '#B2B850'

red 178 ◦ green 184 ◦ blue 80

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

Shades of Celery #B2B850

Tints of Celery #B2B850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.63%

 BLUE value IS 80 (31.64% from 255) = 18.1%

R = 40.27%
G = 41.63%
B = 18.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B2B850 (or 0xB2B850) is known color: Celery. HEX triplet: B2, B8 and 50. RGB value is (178,184,80). Sum of RGB (Red+Green+Blue) = 178+184+80=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B850 is #4D47AF. Grayscale: #AAAAAA. Windows color (decimal): -5064624 or 5290162. OLE color: 5290162.

HSL color Cylindrical-coordinate representation of color #B2B850: hue angle of 63.46º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2B850 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 184 80 -
CMYK 0.03 0 0.57 0.28
HSL 63.46º 0.42% 0.52% -
HSV(B) 63.46º 0.57% 0.72% -
XYZ 36.95 44.33 14.2 -
YUV 170.35 77.01 133.46 -
System Red Green Blue C M Y K H S L
Decimal 178 184 80 0.03 0 0.57 0.28 63.46 0.42 0.52
Hex B2 B8 50 3 0 39 1C 3F 2A 34
Octal 262 270 120 3 0 71 34 77 52 64
Binary 10110010 10111000 1010000 11 0 111001 11100 111111 101010 110100

Color Harmonies of #B2B850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B850

Black with #B2B850

Text Example


Text Example

White with #B2B850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B850; }

 p { color: rgb(178,184,80); }

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

background-color css

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

 a { background-color: rgb(178,184,80); }

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

border-color css

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

 span { border-color: rgb(178,184,80); }

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