Html Css Color HEX #BFC24D Celery

📋 copy color: '#BFC24D'

red 191 ◦ green 194 ◦ blue 77

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

Shades of Celery #BFC24D

Tints of Celery #BFC24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

 BLUE value IS 77 (30.47% from 255) = 16.67%

R = 41.34%
G = 41.99%
B = 16.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#BFC24D (or 0xBFC24D) is known color: Celery. HEX triplet: BF, C2 and 4D. RGB value is (191,194,77). Sum of RGB (Red+Green+Blue) = 191+194+77=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC24D is #403DB2. Grayscale: #B4B4B4. Windows color (decimal): -4210099 or 5096127. OLE color: 5096127.

HSL color Cylindrical-coordinate representation of color #BFC24D: hue angle of 61.54º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFC24D is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 77 -
CMYK 0.02 0 0.60 0.24
HSL 61.54º 0.49% 0.53% -
HSV(B) 61.54º 0.6% 0.76% -
XYZ 42.12 50.2 14.49 -
YUV 179.77 70.01 136.01 -
System Red Green Blue C M Y K H S L
Decimal 191 194 77 0.02 0 0.60 0.24 61.54 0.49 0.53
Hex BF C2 4D 2 0 3C 18 3E 31 35
Octal 277 302 115 2 0 74 30 76 61 65
Binary 10111111 11000010 1001101 10 0 111100 11000 111110 110001 110101

Color Harmonies of #BFC24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC24D

Black with #BFC24D

Text Example


Text Example

White with #BFC24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC24D; }

 p { color: rgb(191,194,77); }

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

background-color css

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

 a { background-color: rgb(191,194,77); }

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

border-color css

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

 span { border-color: rgb(191,194,77); }

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