Html Css Color HEX #BCCA3E Celery

📋 copy color: '#BCCA3E'

red 188 ◦ green 202 ◦ blue 62

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

Shades of Celery #BCCA3E

Tints of Celery #BCCA3E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.69%

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

R = 41.59%
G = 44.69%
B = 13.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#BCCA3E (or 0xBCCA3E) is known color: Celery. HEX triplet: BC, CA and 3E. RGB value is (188,202,62). Sum of RGB (Red+Green+Blue) = 188+202+62=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCA3E is #4335C1. Grayscale: #B6B6B6. Windows color (decimal): -4404674 or 4115132. OLE color: 4115132.

HSL color Cylindrical-coordinate representation of color #BCCA3E: hue angle of 66º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCCA3E is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 62 -
CMYK 0.07 0 0.69 0.21
HSL 66º 0.57% 0.52% -
HSV(B) 66º 0.69% 0.79% -
XYZ 42.73 53.28 12.59 -
YUV 181.85 60.36 132.38 -
System Red Green Blue C M Y K H S L
Decimal 188 202 62 0.07 0 0.69 0.21 66 0.57 0.52
Hex BC CA 3E 7 0 45 15 42 39 34
Octal 274 312 76 7 0 105 25 102 71 64
Binary 10111100 11001010 111110 111 0 1000101 10101 1000010 111001 110100

Color Harmonies of #BCCA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA3E

Black with #BCCA3E

Text Example


Text Example

White with #BCCA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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