Html Css Color HEX #BFC645 Celery

📋 copy color: '#BFC645'

red 191 ◦ green 198 ◦ blue 69

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

Shades of Celery #BFC645

Tints of Celery #BFC645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.23%

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

R = 41.7%
G = 43.23%
B = 15.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#BFC645 (or 0xBFC645) is known color: Celery. HEX triplet: BF, C6 and 45. RGB value is (191,198,69). Sum of RGB (Red+Green+Blue) = 191+198+69=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC645 is #4039BA. Grayscale: #B5B5B5. Windows color (decimal): -4209083 or 4572863. OLE color: 4572863.

HSL color Cylindrical-coordinate representation of color #BFC645: hue angle of 63.26º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFC645 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 69 -
CMYK 0.04 0 0.65 0.22
HSL 63.26º 0.53% 0.52% -
HSV(B) 63.26º 0.65% 0.78% -
XYZ 42.75 51.89 13.39 -
YUV 181.2 64.68 134.99 -
System Red Green Blue C M Y K H S L
Decimal 191 198 69 0.04 0 0.65 0.22 63.26 0.53 0.52
Hex BF C6 45 4 0 41 16 3F 35 34
Octal 277 306 105 4 0 101 26 77 65 64
Binary 10111111 11000110 1000101 100 0 1000001 10110 111111 110101 110100

Color Harmonies of #BFC645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC645

Black with #BFC645

Text Example


Text Example

White with #BFC645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC645; }

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

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

background-color css

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

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

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

border-color css

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

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

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