Html Css Color HEX #BCBD3D Celery

📋 copy color: '#BCBD3D'

red 188 ◦ green 189 ◦ blue 61

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

Shades of Celery #BCBD3D

Tints of Celery #BCBD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.93%

R = 42.92%
G = 43.15%
B = 13.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCBD3D (or 0xBCBD3D) is known color: Celery. HEX triplet: BC, BD and 3D. RGB value is (188,189,61). Sum of RGB (Red+Green+Blue) = 188+189+61=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD3D is #4342C2. Grayscale: #AEAEAE. Windows color (decimal): -4408003 or 4046268. OLE color: 4046268.

HSL color Cylindrical-coordinate representation of color #BCBD3D: 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.68%. Process color model (Four color, CMYK) of #BCBD3D is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 61 -
CMYK 0.01 0 0.68 0.26
HSL 60.47º 0.51% 0.49% -
HSV(B) 60.47º 0.68% 0.74% -
XYZ 39.78 47.42 11.47 -
YUV 174.11 64.17 137.91 -
System Red Green Blue C M Y K H S L
Decimal 188 189 61 0.01 0 0.68 0.26 60.47 0.51 0.49
Hex BC BD 3D 1 0 44 1A 3C 33 31
Octal 274 275 75 1 0 104 32 74 63 61
Binary 10111100 10111101 111101 1 0 1000100 11010 111100 110011 110001

Color Harmonies of #BCBD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD3D

Black with #BCBD3D

Text Example


Text Example

White with #BCBD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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