Html Css Color HEX #BFC055 Celery

📋 copy color: '#BFC055'

red 191 ◦ green 192 ◦ blue 85

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

Shades of Celery #BFC055

Tints of Celery #BFC055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.16%

R = 40.81%
G = 41.03%
B = 18.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BFC055 (or 0xBFC055) is known color: Celery. HEX triplet: BF, C0 and 55. RGB value is (191,192,85). Sum of RGB (Red+Green+Blue) = 191+192+85=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC055 is #403FAA. Grayscale: #B3B3B3. Windows color (decimal): -4210603 or 5619903. OLE color: 5619903.

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

Color convert

RGB 191 192 85 -
CMYK 0.01 0 0.56 0.25
HSL 60.56º 0.46% 0.54% -
HSV(B) 60.56º 0.56% 0.75% -
XYZ 41.98 49.43 15.92 -
YUV 179.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 191 192 85 0.01 0 0.56 0.25 60.56 0.46 0.54
Hex BF C0 55 1 0 38 19 3D 2E 36
Octal 277 300 125 1 0 70 31 75 56 66
Binary 10111111 11000000 1010101 1 0 111000 11001 111101 101110 110110

Color Harmonies of #BFC055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC055

Black with #BFC055

Text Example


Text Example

White with #BFC055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC055; }

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

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

background-color css

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

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

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

border-color css

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

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

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