Html Css Color HEX #BCB84C Celery

📋 copy color: '#BCB84C'

red 188 ◦ green 184 ◦ blue 76

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

Shades of Celery #BCB84C

Tints of Celery #BCB84C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.07%

 BLUE value IS 76 (30.08% from 255) = 16.96%

R = 41.96%
G = 41.07%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCB84C (or 0xBCB84C) is known color: Celery. HEX triplet: BC, B8 and 4C. RGB value is (188,184,76). Sum of RGB (Red+Green+Blue) = 188+184+76=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB84C is #4347B3. Grayscale: #ADADAD. Windows color (decimal): -4409268 or 5028028. OLE color: 5028028.

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

Color convert

RGB 188 184 76 -
CMYK 0 0.02 0.60 0.26
HSL 57.86º 0.46% 0.52% -
HSV(B) 57.86º 0.6% 0.74% -
XYZ 39.18 45.49 13.55 -
YUV 172.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 188 184 76 0 0.02 0.60 0.26 57.86 0.46 0.52
Hex BC B8 4C 0 2 3C 1A 3A 2E 34
Octal 274 270 114 0 2 74 32 72 56 64
Binary 10111100 10111000 1001100 0 10 111100 11010 111010 101110 110100

Color Harmonies of #BCB84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB84C

Black with #BCB84C

Text Example


Text Example

White with #BCB84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB84C; }

 p { color: rgb(188,184,76); }

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

background-color css

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

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

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

border-color css

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

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

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