Html Css Color HEX #B2BD59 Celery

📋 copy color: '#B2BD59'

red 178 ◦ green 189 ◦ blue 89

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

Shades of Celery #B2BD59

Tints of Celery #B2BD59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.52%

R = 39.04%
G = 41.45%
B = 19.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#B2BD59 (or 0xB2BD59) is known color: Celery. HEX triplet: B2, BD and 59. RGB value is (178,189,89). Sum of RGB (Red+Green+Blue) = 178+189+89=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD59 is #4D42A6. Grayscale: #AEAEAE. Windows color (decimal): -5063335 or 5881266. OLE color: 5881266.

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

Color convert

RGB 178 189 89 -
CMYK 0.06 0 0.53 0.26
HSL 66.6º 0.43% 0.55% -
HSV(B) 66.6º 0.53% 0.74% -
XYZ 38.36 46.58 16.42 -
YUV 174.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 178 189 89 0.06 0 0.53 0.26 66.6 0.43 0.55
Hex B2 BD 59 6 0 35 1A 43 2B 37
Octal 262 275 131 6 0 65 32 103 53 67
Binary 10110010 10111101 1011001 110 0 110101 11010 1000011 101011 110111

Color Harmonies of #B2BD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD59

Black with #B2BD59

Text Example


Text Example

White with #B2BD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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