Html Css Color HEX #BCC742 Celery

📋 copy color: '#BCC742'

red 188 ◦ green 199 ◦ blue 66

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

Shades of Celery #BCC742

Tints of Celery #BCC742

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.93%

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

R = 41.5%
G = 43.93%
B = 14.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#BCC742 (or 0xBCC742) is known color: Celery. HEX triplet: BC, C7 and 42. RGB value is (188,199,66). Sum of RGB (Red+Green+Blue) = 188+199+66=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC742 is #4338BD. Grayscale: #B5B5B5. Windows color (decimal): -4405438 or 4376508. OLE color: 4376508.

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

Color convert

RGB 188 199 66 -
CMYK 0.06 0 0.67 0.22
HSL 64.96º 0.54% 0.52% -
HSV(B) 64.96º 0.67% 0.78% -
XYZ 42.15 51.93 12.96 -
YUV 180.55 63.36 133.31 -
System Red Green Blue C M Y K H S L
Decimal 188 199 66 0.06 0 0.67 0.22 64.96 0.54 0.52
Hex BC C7 42 6 0 43 16 41 36 34
Octal 274 307 102 6 0 103 26 101 66 64
Binary 10111100 11000111 1000010 110 0 1000011 10110 1000001 110110 110100

Color Harmonies of #BCC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC742

Black with #BCC742

Text Example


Text Example

White with #BCC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC742; }

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

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

background-color css

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

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

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

border-color css

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

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

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