Html Css Color HEX #BFBB44 Celery

📋 copy color: '#BFBB44'

red 191 ◦ green 187 ◦ blue 68

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

Shades of Celery #BFBB44

Tints of Celery #BFBB44

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.93%

 BLUE value IS 68 (26.95% from 255) = 15.25%

R = 42.83%
G = 41.93%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BFBB44 (or 0xBFBB44) is known color: Celery. HEX triplet: BF, BB and 44. RGB value is (191,187,68). Sum of RGB (Red+Green+Blue) = 191+187+68=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB44 is #4044BB. Grayscale: #AFAFAF. Windows color (decimal): -4211900 or 4504511. OLE color: 4504511.

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

Color convert

RGB 191 187 68 -
CMYK 0 0.02 0.64 0.25
HSL 58.05º 0.49% 0.51% -
HSV(B) 58.05º 0.64% 0.75% -
XYZ 40.3 47.03 12.42 -
YUV 174.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 191 187 68 0 0.02 0.64 0.25 58.05 0.49 0.51
Hex BF BB 44 0 2 40 19 3A 31 33
Octal 277 273 104 0 2 100 31 72 61 63
Binary 10111111 10111011 1000100 0 10 1000000 11001 111010 110001 110011

Color Harmonies of #BFBB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB44

Black with #BFBB44

Text Example


Text Example

White with #BFBB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB44; }

 p { color: rgb(191,187,68); }

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

background-color css

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

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

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

border-color css

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

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

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