Html Css Color HEX #BFBF45 Celery

📋 copy color: '#BFBF45'

red 191 ◦ green 191 ◦ blue 69

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

Shades of Celery #BFBF45

Tints of Celery #BFBF45

RGB

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

 GREEN value IS 191 (75% from 255) = 42.35%

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

R = 42.35%
G = 42.35%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BFBF45 (or 0xBFBF45) is known color: Celery. HEX triplet: BF, BF and 45. RGB value is (191,191,69). Sum of RGB (Red+Green+Blue) = 191+191+69=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF45 is #4040BA. Grayscale: #B1B1B1. Windows color (decimal): -4210875 or 4571071. OLE color: 4571071.

HSL color Cylindrical-coordinate representation of color #BFBF45: hue angle of 60º 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 #BFBF45 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 191 69 -
CMYK 0 0 0.64 0.25
HSL 60º 0.49% 0.51% -
HSV(B) 60º 0.64% 0.75% -
XYZ 41.19 48.77 12.87 -
YUV 177.09 67 137.92 -
System Red Green Blue C M Y K H S L
Decimal 191 191 69 0 0 0.64 0.25 60 0.49 0.51
Hex BF BF 45 0 0 40 19 3C 31 33
Octal 277 277 105 0 0 100 31 74 61 63
Binary 10111111 10111111 1000101 0 0 1000000 11001 111100 110001 110011

Color Harmonies of #BFBF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBF45

Black with #BFBF45

Text Example


Text Example

White with #BFBF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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