Html Css Color HEX #BCBD3F Celery

📋 copy color: '#BCBD3F'

red 188 ◦ green 189 ◦ blue 63

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

Shades of Celery #BCBD3F

Tints of Celery #BCBD3F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 63 (25% from 255) = 14.32%

R = 42.73%
G = 42.95%
B = 14.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BCBD3F (or 0xBCBD3F) is known color: Celery. HEX triplet: BC, BD and 3F. RGB value is (188,189,63). Sum of RGB (Red+Green+Blue) = 188+189+63=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD3F is #4342C0. Grayscale: #AEAEAE. Windows color (decimal): -4408001 or 4177340. OLE color: 4177340.

HSL color Cylindrical-coordinate representation of color #BCBD3F: hue angle of 60.48º 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 #BCBD3F is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 63 -
CMYK 0.01 0 0.67 0.26
HSL 60.48º 0.5% 0.49% -
HSV(B) 60.48º 0.67% 0.74% -
XYZ 39.83 47.45 11.76 -
YUV 174.34 65.17 137.75 -
System Red Green Blue C M Y K H S L
Decimal 188 189 63 0.01 0 0.67 0.26 60.48 0.5 0.49
Hex BC BD 3F 1 0 43 1A 3C 32 31
Octal 274 275 77 1 0 103 32 74 62 61
Binary 10111100 10111101 111111 1 0 1000011 11010 111100 110010 110001

Color Harmonies of #BCBD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD3F

Black with #BCBD3F

Text Example


Text Example

White with #BCBD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD3F; }

 p { color: rgb(188,189,63); }

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

background-color css

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

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

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

border-color css

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

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

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