Html Css Color HEX #BFC74A Celery

📋 copy color: '#BFC74A'

red 191 ◦ green 199 ◦ blue 74

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

Shades of Celery #BFC74A

Tints of Celery #BFC74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.95%

R = 41.16%
G = 42.89%
B = 15.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#BFC74A (or 0xBFC74A) is known color: Celery. HEX triplet: BF, C7 and 4A. RGB value is (191,199,74). Sum of RGB (Red+Green+Blue) = 191+199+74=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC74A is #4038B5. Grayscale: #B6B6B6. Windows color (decimal): -4208822 or 4900799. OLE color: 4900799.

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

Color convert

RGB 191 199 74 -
CMYK 0.04 0 0.63 0.22
HSL 63.84º 0.53% 0.54% -
HSV(B) 63.84º 0.63% 0.78% -
XYZ 43.15 52.42 14.32 -
YUV 182.36 66.85 134.16 -
System Red Green Blue C M Y K H S L
Decimal 191 199 74 0.04 0 0.63 0.22 63.84 0.53 0.54
Hex BF C7 4A 4 0 3F 16 40 35 36
Octal 277 307 112 4 0 77 26 100 65 66
Binary 10111111 11000111 1001010 100 0 111111 10110 1000000 110101 110110

Color Harmonies of #BFC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC74A

Black with #BFC74A

Text Example


Text Example

White with #BFC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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