Html Css Color HEX #BFC045 Celery

📋 copy color: '#BFC045'

red 191 ◦ green 192 ◦ blue 69

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

Shades of Celery #BFC045

Tints of Celery #BFC045

RGB

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

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

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

R = 42.26%
G = 42.48%
B = 15.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BFC045 (or 0xBFC045) is known color: Celery. HEX triplet: BF, C0 and 45. RGB value is (191,192,69). Sum of RGB (Red+Green+Blue) = 191+192+69=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC045 is #403FBA. Grayscale: #B2B2B2. Windows color (decimal): -4210619 or 4571327. OLE color: 4571327.

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

Color convert

RGB 191 192 69 -
CMYK 0.01 0 0.64 0.25
HSL 60.49º 0.49% 0.51% -
HSV(B) 60.49º 0.64% 0.75% -
XYZ 41.41 49.21 12.95 -
YUV 177.68 66.67 137.5 -
System Red Green Blue C M Y K H S L
Decimal 191 192 69 0.01 0 0.64 0.25 60.49 0.49 0.51
Hex BF C0 45 1 0 40 19 3C 31 33
Octal 277 300 105 1 0 100 31 74 61 63
Binary 10111111 11000000 1000101 1 0 1000000 11001 111100 110001 110011

Color Harmonies of #BFC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC045

Black with #BFC045

Text Example


Text Example

White with #BFC045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC045; }

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

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

background-color css

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

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

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

border-color css

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

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

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