Html Css Color HEX #B2BE5C Celery

📋 copy color: '#B2BE5C'

red 178 ◦ green 190 ◦ blue 92

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

Shades of Celery #B2BE5C

Tints of Celery #B2BE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20%

R = 38.7%
G = 41.3%
B = 20%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#B2BE5C (or 0xB2BE5C) is known color: Celery. HEX triplet: B2, BE and 5C. RGB value is (178,190,92). Sum of RGB (Red+Green+Blue) = 178+190+92=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE5C is #4D41A3. Grayscale: #AFAFAF. Windows color (decimal): -5063076 or 6078130. OLE color: 6078130.

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

Color convert

RGB 178 190 92 -
CMYK 0.06 0 0.52 0.25
HSL 67.35º 0.43% 0.55% -
HSV(B) 67.35º 0.52% 0.75% -
XYZ 38.71 47.06 17.17 -
YUV 175.24 81.02 129.97 -
System Red Green Blue C M Y K H S L
Decimal 178 190 92 0.06 0 0.52 0.25 67.35 0.43 0.55
Hex B2 BE 5C 6 0 34 19 43 2B 37
Octal 262 276 134 6 0 64 31 103 53 67
Binary 10110010 10111110 1011100 110 0 110100 11001 1000011 101011 110111

Color Harmonies of #B2BE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE5C

Black with #B2BE5C

Text Example


Text Example

White with #B2BE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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