Html Css Color HEX #BFC254 Celery

📋 copy color: '#BFC254'

red 191 ◦ green 194 ◦ blue 84

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

Shades of Celery #BFC254

Tints of Celery #BFC254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.91%

R = 40.72%
G = 41.36%
B = 17.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#BFC254 (or 0xBFC254) is known color: Celery. HEX triplet: BF, C2 and 54. RGB value is (191,194,84). Sum of RGB (Red+Green+Blue) = 191+194+84=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC254 is #403DAB. Grayscale: #B5B5B5. Windows color (decimal): -4210092 or 5554879. OLE color: 5554879.

HSL color Cylindrical-coordinate representation of color #BFC254: hue angle of 61.64º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFC254 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 84 -
CMYK 0.02 0 0.57 0.24
HSL 61.64º 0.47% 0.55% -
HSV(B) 61.64º 0.57% 0.76% -
XYZ 42.38 50.3 15.86 -
YUV 180.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 191 194 84 0.02 0 0.57 0.24 61.64 0.47 0.55
Hex BF C2 54 2 0 39 18 3E 2F 37
Octal 277 302 124 2 0 71 30 76 57 67
Binary 10111111 11000010 1010100 10 0 111001 11000 111110 101111 110111

Color Harmonies of #BFC254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC254

Black with #BFC254

Text Example


Text Example

White with #BFC254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC254; }

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

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

background-color css

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

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

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

border-color css

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

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

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