Html Css Color HEX #BFC145 Celery

📋 copy color: '#BFC145'

red 191 ◦ green 193 ◦ blue 69

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

Shades of Celery #BFC145

Tints of Celery #BFC145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.6%

 BLUE value IS 69 (27.34% from 255) = 15.23%

R = 42.16%
G = 42.6%
B = 15.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#BFC145 (or 0xBFC145) is known color: Celery. HEX triplet: BF, C1 and 45. RGB value is (191,193,69). Sum of RGB (Red+Green+Blue) = 191+193+69=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC145 is #403EBA. Grayscale: #B2B2B2. Windows color (decimal): -4210363 or 4571583. OLE color: 4571583.

HSL color Cylindrical-coordinate representation of color #BFC145: hue angle of 60.97º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFC145 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 69 -
CMYK 0.01 0 0.64 0.24
HSL 60.97º 0.5% 0.51% -
HSV(B) 60.97º 0.64% 0.76% -
XYZ 41.63 49.65 13.02 -
YUV 178.27 66.34 137.08 -
System Red Green Blue C M Y K H S L
Decimal 191 193 69 0.01 0 0.64 0.24 60.97 0.5 0.51
Hex BF C1 45 1 0 40 18 3D 32 33
Octal 277 301 105 1 0 100 30 75 62 63
Binary 10111111 11000001 1000101 1 0 1000000 11000 111101 110010 110011

Color Harmonies of #BFC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC145

Black with #BFC145

Text Example


Text Example

White with #BFC145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC145; }

 p { color: rgb(191,193,69); }

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

background-color css

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

 a { background-color: rgb(191,193,69); }

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

border-color css

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

 span { border-color: rgb(191,193,69); }

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