Html Css Color HEX #B2BE4C Celery

📋 copy color: '#B2BE4C'

red 178 ◦ green 190 ◦ blue 76

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

Shades of Celery #B2BE4C

Tints of Celery #B2BE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.12%

R = 40.09%
G = 42.79%
B = 17.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#B2BE4C (or 0xB2BE4C) is known color: Celery. HEX triplet: B2, BE and 4C. RGB value is (178,190,76). Sum of RGB (Red+Green+Blue) = 178+190+76=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE4C is #4D41B3. Grayscale: #ADADAD. Windows color (decimal): -5063092 or 5029554. OLE color: 5029554.

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

Color convert

RGB 178 190 76 -
CMYK 0.06 0 0.60 0.25
HSL 66.32º 0.47% 0.52% -
HSV(B) 66.32º 0.6% 0.75% -
XYZ 38.08 46.81 13.87 -
YUV 173.42 73.02 131.27 -
System Red Green Blue C M Y K H S L
Decimal 178 190 76 0.06 0 0.60 0.25 66.32 0.47 0.52
Hex B2 BE 4C 6 0 3C 19 42 2F 34
Octal 262 276 114 6 0 74 31 102 57 64
Binary 10110010 10111110 1001100 110 0 111100 11001 1000010 101111 110100

Color Harmonies of #B2BE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE4C

Black with #B2BE4C

Text Example


Text Example

White with #B2BE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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