Html Css Color HEX #BCB83F Celery

📋 copy color: '#BCB83F'

red 188 ◦ green 184 ◦ blue 63

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

Shades of Celery #BCB83F

Tints of Celery #BCB83F

RGB

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

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

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

R = 43.22%
G = 42.3%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCB83F (or 0xBCB83F) is known color: Celery. HEX triplet: BC, B8 and 3F. RGB value is (188,184,63). Sum of RGB (Red+Green+Blue) = 188+184+63=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB83F is #4347C0. Grayscale: #ABABAB. Windows color (decimal): -4409281 or 4176060. OLE color: 4176060.

HSL color Cylindrical-coordinate representation of color #BCB83F: hue angle of 58.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCB83F is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 63 -
CMYK 0 0.02 0.66 0.26
HSL 58.08º 0.5% 0.49% -
HSV(B) 58.08º 0.66% 0.74% -
XYZ 38.78 45.33 11.41 -
YUV 171.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 188 184 63 0 0.02 0.66 0.26 58.08 0.5 0.49
Hex BC B8 3F 0 2 42 1A 3A 32 31
Octal 274 270 77 0 2 102 32 72 62 61
Binary 10111100 10111000 111111 0 10 1000010 11010 111010 110010 110001

Color Harmonies of #BCB83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB83F

Black with #BCB83F

Text Example


Text Example

White with #BCB83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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