Html Css Color HEX #BCBC3E Celery

📋 copy color: '#BCBC3E'

red 188 ◦ green 188 ◦ blue 62

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

Shades of Celery #BCBC3E

Tints of Celery #BCBC3E

RGB

 RED value IS 188 (73.83% from 255) = 42.92%

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

 BLUE value IS 62 (24.61% from 255) = 14.16%

R = 42.92%
G = 42.92%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BCBC3E (or 0xBCBC3E) is known color: Celery. HEX triplet: BC, BC and 3E. RGB value is (188,188,62). Sum of RGB (Red+Green+Blue) = 188+188+62=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC3E is #4343C1. Grayscale: #AEAEAE. Windows color (decimal): -4408258 or 4111548. OLE color: 4111548.

HSL color Cylindrical-coordinate representation of color #BCBC3E: hue angle of 60º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCBC3E is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 188 62 -
CMYK 0 0 0.67 0.26
HSL 60º 0.5% 0.49% -
HSV(B) 60º 0.67% 0.74% -
XYZ 39.59 47.01 11.54 -
YUV 173.64 65 138.25 -
System Red Green Blue C M Y K H S L
Decimal 188 188 62 0 0 0.67 0.26 60 0.5 0.49
Hex BC BC 3E 0 0 43 1A 3C 32 31
Octal 274 274 76 0 0 103 32 74 62 61
Binary 10111100 10111100 111110 0 0 1000011 11010 111100 110010 110001

Color Harmonies of #BCBC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC3E

Black with #BCBC3E

Text Example


Text Example

White with #BCBC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC3E; }

 p { color: rgb(188,188,62); }

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

background-color css

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

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

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

border-color css

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

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

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