Html Css Color HEX #BCC038 Celery

📋 copy color: '#BCC038'

red 188 ◦ green 192 ◦ blue 56

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

Shades of Celery #BCC038

Tints of Celery #BCC038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

 BLUE value IS 56 (22.27% from 255) = 12.84%

R = 43.12%
G = 44.04%
B = 12.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BCC038 (or 0xBCC038) is known color: Celery. HEX triplet: BC, C0 and 38. RGB value is (188,192,56). Sum of RGB (Red+Green+Blue) = 188+192+56=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC038 is #433FC7. Grayscale: #AFAFAF. Windows color (decimal): -4407240 or 3719356. OLE color: 3719356.

HSL color Cylindrical-coordinate representation of color #BCC038: hue angle of 61.76º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCC038 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 56 -
CMYK 0.02 0 0.71 0.25
HSL 61.76º 0.55% 0.49% -
HSV(B) 61.76º 0.71% 0.75% -
XYZ 40.3 48.68 11.01 -
YUV 175.3 60.67 137.06 -
System Red Green Blue C M Y K H S L
Decimal 188 192 56 0.02 0 0.71 0.25 61.76 0.55 0.49
Hex BC C0 38 2 0 47 19 3E 37 31
Octal 274 300 70 2 0 107 31 76 67 61
Binary 10111100 11000000 111000 10 0 1000111 11001 111110 110111 110001

Color Harmonies of #BCC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC038

Black with #BCC038

Text Example


Text Example

White with #BCC038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC038; }

 p { color: rgb(188,192,56); }

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

background-color css

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

 a { background-color: rgb(188,192,56); }

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

border-color css

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

 span { border-color: rgb(188,192,56); }

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