Html Css Color HEX #BFC04E Celery

📋 copy color: '#BFC04E'

red 191 ◦ green 192 ◦ blue 78

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

Shades of Celery #BFC04E

Tints of Celery #BFC04E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

 BLUE value IS 78 (30.86% from 255) = 16.92%

R = 41.43%
G = 41.65%
B = 16.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BFC04E (or 0xBFC04E) is known color: Celery. HEX triplet: BF, C0 and 4E. RGB value is (191,192,78). Sum of RGB (Red+Green+Blue) = 191+192+78=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC04E is #403FB1. Grayscale: #B3B3B3. Windows color (decimal): -4210610 or 5161151. OLE color: 5161151.

HSL color Cylindrical-coordinate representation of color #BFC04E: hue angle of 60.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFC04E is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 78 -
CMYK 0.01 0 0.59 0.25
HSL 60.53º 0.48% 0.53% -
HSV(B) 60.53º 0.59% 0.75% -
XYZ 41.71 49.33 14.53 -
YUV 178.71 71.17 136.77 -
System Red Green Blue C M Y K H S L
Decimal 191 192 78 0.01 0 0.59 0.25 60.53 0.48 0.53
Hex BF C0 4E 1 0 3B 19 3D 30 35
Octal 277 300 116 1 0 73 31 75 60 65
Binary 10111111 11000000 1001110 1 0 111011 11001 111101 110000 110101

Color Harmonies of #BFC04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC04E

Black with #BFC04E

Text Example


Text Example

White with #BFC04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC04E; }

 p { color: rgb(191,192,78); }

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

background-color css

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

 a { background-color: rgb(191,192,78); }

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

border-color css

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

 span { border-color: rgb(191,192,78); }

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