Html Css Color HEX #B6BC4C Celery

📋 copy color: '#B6BC4C'

red 182 ◦ green 188 ◦ blue 76

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

Shades of Celery #B6BC4C

Tints of Celery #B6BC4C

RGB

 RED value IS 182 (71.48% from 255) = 40.81%

 GREEN value IS 188 (73.83% from 255) = 42.15%

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

R = 40.81%
G = 42.15%
B = 17.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#B6BC4C (or 0xB6BC4C) is known color: Celery. HEX triplet: B6, BC and 4C. RGB value is (182,188,76). Sum of RGB (Red+Green+Blue) = 182+188+76=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BC4C is #4943B3. Grayscale: #ADADAD. Windows color (decimal): -4801460 or 5029046. OLE color: 5029046.

HSL color Cylindrical-coordinate representation of color #B6BC4C: hue angle of 63.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6BC4C is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 188 76 -
CMYK 0.03 0 0.60 0.26
HSL 63.21º 0.46% 0.52% -
HSV(B) 63.21º 0.6% 0.74% -
XYZ 38.58 46.43 13.77 -
YUV 173.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 182 188 76 0.03 0 0.60 0.26 63.21 0.46 0.52
Hex B6 BC 4C 3 0 3C 1A 3F 2E 34
Octal 266 274 114 3 0 74 32 77 56 64
Binary 10110110 10111100 1001100 11 0 111100 11010 111111 101110 110100

Color Harmonies of #B6BC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BC4C

Black with #B6BC4C

Text Example


Text Example

White with #B6BC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BC4C; }

 p { color: rgb(182,188,76); }

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

background-color css

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

 a { background-color: rgb(182,188,76); }

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

border-color css

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

 span { border-color: rgb(182,188,76); }

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