Html Css Color HEX #BCBD3E Celery

📋 copy color: '#BCBD3E'

red 188 ◦ green 189 ◦ blue 62

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

Shades of Celery #BCBD3E

Tints of Celery #BCBD3E

RGB

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

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

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

R = 42.82%
G = 43.05%
B = 14.12%

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

#BCBD3E (or 0xBCBD3E) is known color: Celery. HEX triplet: BC, BD and 3E. RGB value is (188,189,62). Sum of RGB (Red+Green+Blue) = 188+189+62=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD3E is #4342C1. Grayscale: #AEAEAE. Windows color (decimal): -4408002 or 4111804. OLE color: 4111804.

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

Color convert

RGB 188 189 62 -
CMYK 0.01 0 0.67 0.26
HSL 60.47º 0.51% 0.49% -
HSV(B) 60.47º 0.67% 0.74% -
XYZ 39.81 47.43 11.62 -
YUV 174.22 64.67 137.83 -
System Red Green Blue C M Y K H S L
Decimal 188 189 62 0.01 0 0.67 0.26 60.47 0.51 0.49
Hex BC BD 3E 1 0 43 1A 3C 33 31
Octal 274 275 76 1 0 103 32 74 63 61
Binary 10111100 10111101 111110 1 0 1000011 11010 111100 110011 110001

Color Harmonies of #BCBD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD3E

Black with #BCBD3E

Text Example


Text Example

White with #BCBD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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