Html Css Color HEX #BFC742 Celery

📋 copy color: '#BFC742'

red 191 ◦ green 199 ◦ blue 66

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

Shades of Celery #BFC742

Tints of Celery #BFC742

RGB

 RED value IS 191 (75% from 255) = 41.89%

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

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

R = 41.89%
G = 43.64%
B = 14.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#BFC742 (or 0xBFC742) is known color: Celery. HEX triplet: BF, C7 and 42. RGB value is (191,199,66). Sum of RGB (Red+Green+Blue) = 191+199+66=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC742 is #4038BD. Grayscale: #B5B5B5. Windows color (decimal): -4208830 or 4376511. OLE color: 4376511.

HSL color Cylindrical-coordinate representation of color #BFC742: hue angle of 63.61º 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 #BFC742 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 199 66 -
CMYK 0.04 0 0.67 0.22
HSL 63.61º 0.54% 0.52% -
HSV(B) 63.61º 0.67% 0.78% -
XYZ 42.89 52.32 12.99 -
YUV 181.45 62.85 134.81 -
System Red Green Blue C M Y K H S L
Decimal 191 199 66 0.04 0 0.67 0.22 63.61 0.54 0.52
Hex BF C7 42 4 0 43 16 40 36 34
Octal 277 307 102 4 0 103 26 100 66 64
Binary 10111111 11000111 1000010 100 0 1000011 10110 1000000 110110 110100

Color Harmonies of #BFC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC742

Black with #BFC742

Text Example


Text Example

White with #BFC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC742; }

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

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

background-color css

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

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

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

border-color css

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

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

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