Html Css Color HEX #BFC54A Celery

📋 copy color: '#BFC54A'

red 191 ◦ green 197 ◦ blue 74

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

Shades of Celery #BFC54A

Tints of Celery #BFC54A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.64%

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

R = 41.34%
G = 42.64%
B = 16.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#BFC54A (or 0xBFC54A) is known color: Celery. HEX triplet: BF, C5 and 4A. RGB value is (191,197,74). Sum of RGB (Red+Green+Blue) = 191+197+74=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC54A is #403AB5. Grayscale: #B5B5B5. Windows color (decimal): -4209334 or 4900287. OLE color: 4900287.

HSL color Cylindrical-coordinate representation of color #BFC54A: hue angle of 62.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFC54A is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 74 -
CMYK 0.03 0 0.62 0.23
HSL 62.93º 0.51% 0.53% -
HSV(B) 62.93º 0.62% 0.77% -
XYZ 42.69 51.5 14.17 -
YUV 181.18 67.51 135 -
System Red Green Blue C M Y K H S L
Decimal 191 197 74 0.03 0 0.62 0.23 62.93 0.51 0.53
Hex BF C5 4A 3 0 3E 17 3F 33 35
Octal 277 305 112 3 0 76 27 77 63 65
Binary 10111111 11000101 1001010 11 0 111110 10111 111111 110011 110101

Color Harmonies of #BFC54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC54A

Black with #BFC54A

Text Example


Text Example

White with #BFC54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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