Html Css Color HEX #B2BE5A Celery

📋 copy color: '#B2BE5A'

red 178 ◦ green 190 ◦ blue 90

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

Shades of Celery #B2BE5A

Tints of Celery #B2BE5A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.48%

 BLUE value IS 90 (35.55% from 255) = 19.65%

R = 38.86%
G = 41.48%
B = 19.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#B2BE5A (or 0xB2BE5A) is known color: Celery. HEX triplet: B2, BE and 5A. RGB value is (178,190,90). Sum of RGB (Red+Green+Blue) = 178+190+90=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE5A is #4D41A5. Grayscale: #AFAFAF. Windows color (decimal): -5063078 or 5947058. OLE color: 5947058.

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

Color convert

RGB 178 190 90 -
CMYK 0.06 0 0.53 0.25
HSL 67.2º 0.43% 0.55% -
HSV(B) 67.2º 0.53% 0.75% -
XYZ 38.62 47.03 16.72 -
YUV 175.01 80.02 130.13 -
System Red Green Blue C M Y K H S L
Decimal 178 190 90 0.06 0 0.53 0.25 67.2 0.43 0.55
Hex B2 BE 5A 6 0 35 19 43 2B 37
Octal 262 276 132 6 0 65 31 103 53 67
Binary 10110010 10111110 1011010 110 0 110101 11001 1000011 101011 110111

Color Harmonies of #B2BE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE5A

Black with #B2BE5A

Text Example


Text Example

White with #B2BE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE5A; }

 p { color: rgb(178,190,90); }

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

background-color css

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

 a { background-color: rgb(178,190,90); }

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

border-color css

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

 span { border-color: rgb(178,190,90); }

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