Html Css Color HEX #BCBC3B Celery

📋 copy color: '#BCBC3B'

red 188 ◦ green 188 ◦ blue 59

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

Shades of Celery #BCBC3B

Tints of Celery #BCBC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.56%

R = 43.22%
G = 43.22%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BCBC3B (or 0xBCBC3B) is known color: Celery. HEX triplet: BC, BC and 3B. RGB value is (188,188,59). Sum of RGB (Red+Green+Blue) = 188+188+59=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC3B is #4343C4. Grayscale: #ADADAD. Windows color (decimal): -4408261 or 3914940. OLE color: 3914940.

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

Color convert

RGB 188 188 59 -
CMYK 0 0 0.69 0.26
HSL 60º 0.52% 0.48% -
HSV(B) 60º 0.69% 0.74% -
XYZ 39.51 46.97 11.12 -
YUV 173.29 63.5 138.49 -
System Red Green Blue C M Y K H S L
Decimal 188 188 59 0 0 0.69 0.26 60 0.52 0.48
Hex BC BC 3B 0 0 45 1A 3C 34 30
Octal 274 274 73 0 0 105 32 74 64 60
Binary 10111100 10111100 111011 0 0 1000101 11010 111100 110100 110000

Color Harmonies of #BCBC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC3B

Black with #BCBC3B

Text Example


Text Example

White with #BCBC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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