Html Css Color HEX #BCC03E Celery

📋 copy color: '#BCC03E'

red 188 ◦ green 192 ◦ blue 62

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

Shades of Celery #BCC03E

Tints of Celery #BCC03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.03%

R = 42.53%
G = 43.44%
B = 14.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BCC03E (or 0xBCC03E) is known color: Celery. HEX triplet: BC, C0 and 3E. RGB value is (188,192,62). Sum of RGB (Red+Green+Blue) = 188+192+62=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC03E is #433FC1. Grayscale: #B0B0B0. Windows color (decimal): -4407234 or 4112572. OLE color: 4112572.

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

Color convert

RGB 188 192 62 -
CMYK 0.02 0 0.68 0.25
HSL 61.85º 0.51% 0.5% -
HSV(B) 61.85º 0.68% 0.75% -
XYZ 40.46 48.74 11.83 -
YUV 175.98 63.67 136.57 -
System Red Green Blue C M Y K H S L
Decimal 188 192 62 0.02 0 0.68 0.25 61.85 0.51 0.5
Hex BC C0 3E 2 0 44 19 3E 33 32
Octal 274 300 76 2 0 104 31 76 63 62
Binary 10111100 11000000 111110 10 0 1000100 11001 111110 110011 110010

Color Harmonies of #BCC03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC03E

Black with #BCC03E

Text Example


Text Example

White with #BCC03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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