Html Css Color HEX #BCBD4D Celery

📋 copy color: '#BCBD4D'

red 188 ◦ green 189 ◦ blue 77

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

Shades of Celery #BCBD4D

Tints of Celery #BCBD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.96%

R = 41.41%
G = 41.63%
B = 16.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCBD4D (or 0xBCBD4D) is known color: Celery. HEX triplet: BC, BD and 4D. RGB value is (188,189,77). Sum of RGB (Red+Green+Blue) = 188+189+77=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD4D is #4342B2. Grayscale: #B0B0B0. Windows color (decimal): -4407987 or 5094844. OLE color: 5094844.

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

Color convert

RGB 188 189 77 -
CMYK 0.01 0 0.59 0.26
HSL 60.54º 0.46% 0.52% -
HSV(B) 60.54º 0.59% 0.74% -
XYZ 40.28 47.62 14.09 -
YUV 175.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 188 189 77 0.01 0 0.59 0.26 60.54 0.46 0.52
Hex BC BD 4D 1 0 3B 1A 3D 2E 34
Octal 274 275 115 1 0 73 32 75 56 64
Binary 10111100 10111101 1001101 1 0 111011 11010 111101 101110 110100

Color Harmonies of #BCBD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD4D

Black with #BCBD4D

Text Example


Text Example

White with #BCBD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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