Html Css Color HEX #BCC942 Celery

📋 copy color: '#BCC942'

red 188 ◦ green 201 ◦ blue 66

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

Shades of Celery #BCC942

Tints of Celery #BCC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.18%

 BLUE value IS 66 (26.17% from 255) = 14.51%

R = 41.32%
G = 44.18%
B = 14.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#BCC942 (or 0xBCC942) is known color: Celery. HEX triplet: BC, C9 and 42. RGB value is (188,201,66). Sum of RGB (Red+Green+Blue) = 188+201+66=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC942 is #4336BD. Grayscale: #B6B6B6. Windows color (decimal): -4404926 or 4377020. OLE color: 4377020.

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

Color convert

RGB 188 201 66 -
CMYK 0.06 0 0.67 0.21
HSL 65.78º 0.56% 0.52% -
HSV(B) 65.78º 0.67% 0.79% -
XYZ 42.61 52.86 13.11 -
YUV 181.72 62.69 132.48 -
System Red Green Blue C M Y K H S L
Decimal 188 201 66 0.06 0 0.67 0.21 65.78 0.56 0.52
Hex BC C9 42 6 0 43 15 42 38 34
Octal 274 311 102 6 0 103 25 102 70 64
Binary 10111100 11001001 1000010 110 0 1000011 10101 1000010 111000 110100

Color Harmonies of #BCC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC942

Black with #BCC942

Text Example


Text Example

White with #BCC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC942; }

 p { color: rgb(188,201,66); }

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

background-color css

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

 a { background-color: rgb(188,201,66); }

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

border-color css

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

 span { border-color: rgb(188,201,66); }

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