Html Css Color HEX #B2B954 Celery

📋 copy color: '#B2B954'

red 178 ◦ green 185 ◦ blue 84

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

Shades of Celery #B2B954

Tints of Celery #B2B954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.79%

R = 39.82%
G = 41.39%
B = 18.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B2B954 (or 0xB2B954) is known color: Celery. HEX triplet: B2, B9 and 54. RGB value is (178,185,84). Sum of RGB (Red+Green+Blue) = 178+185+84=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B954 is #4D46AB. Grayscale: #ABABAB. Windows color (decimal): -5064364 or 5552562. OLE color: 5552562.

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

Color convert

RGB 178 185 84 -
CMYK 0.04 0 0.55 0.27
HSL 64.16º 0.42% 0.53% -
HSV(B) 64.16º 0.55% 0.73% -
XYZ 37.31 44.8 15.07 -
YUV 171.39 78.68 132.71 -
System Red Green Blue C M Y K H S L
Decimal 178 185 84 0.04 0 0.55 0.27 64.16 0.42 0.53
Hex B2 B9 54 4 0 37 1B 40 2A 35
Octal 262 271 124 4 0 67 33 100 52 65
Binary 10110010 10111001 1010100 100 0 110111 11011 1000000 101010 110101

Color Harmonies of #B2B954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B954

Black with #B2B954

Text Example


Text Example

White with #B2B954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B954; }

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

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

background-color css

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

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

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

border-color css

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

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

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