Html Css Color HEX #B2BD54 Celery

📋 copy color: '#B2BD54'

red 178 ◦ green 189 ◦ blue 84

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

Shades of Celery #B2BD54

Tints of Celery #B2BD54

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.91%

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

R = 39.47%
G = 41.91%
B = 18.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#B2BD54 (or 0xB2BD54) is known color: Celery. HEX triplet: B2, BD and 54. RGB value is (178,189,84). Sum of RGB (Red+Green+Blue) = 178+189+84=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD54 is #4D42AB. Grayscale: #AEAEAE. Windows color (decimal): -5063340 or 5553586. OLE color: 5553586.

HSL color Cylindrical-coordinate representation of color #B2BD54: hue angle of 66.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2BD54 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 84 -
CMYK 0.06 0 0.56 0.26
HSL 66.29º 0.44% 0.54% -
HSV(B) 66.29º 0.56% 0.74% -
XYZ 38.16 46.5 15.35 -
YUV 173.74 77.36 131.04 -
System Red Green Blue C M Y K H S L
Decimal 178 189 84 0.06 0 0.56 0.26 66.29 0.44 0.54
Hex B2 BD 54 6 0 38 1A 42 2C 36
Octal 262 275 124 6 0 70 32 102 54 66
Binary 10110010 10111101 1010100 110 0 111000 11010 1000010 101100 110110

Color Harmonies of #B2BD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD54

Black with #B2BD54

Text Example


Text Example

White with #B2BD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD54; }

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

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

background-color css

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

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

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

border-color css

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

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

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