Html Css Color HEX #BDBF44 Celery

📋 copy color: '#BDBF44'

red 189 ◦ green 191 ◦ blue 68

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

Shades of Celery #BDBF44

Tints of Celery #BDBF44

RGB

 RED value IS 189 (74.22% from 255) = 42.19%

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

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

R = 42.19%
G = 42.63%
B = 15.18%

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

#BDBF44 (or 0xBDBF44) is known color: Celery. HEX triplet: BD, BF and 44. RGB value is (189,191,68). Sum of RGB (Red+Green+Blue) = 189+191+68=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBF44 is #4240BB. Grayscale: #B0B0B0. Windows color (decimal): -4341948 or 4505533. OLE color: 4505533.

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

Color convert

RGB 189 191 68 -
CMYK 0.01 0 0.64 0.25
HSL 60.98º 0.49% 0.51% -
HSV(B) 60.98º 0.64% 0.75% -
XYZ 40.66 48.5 12.69 -
YUV 176.38 66.84 137 -
System Red Green Blue C M Y K H S L
Decimal 189 191 68 0.01 0 0.64 0.25 60.98 0.49 0.51
Hex BD BF 44 1 0 40 19 3D 31 33
Octal 275 277 104 1 0 100 31 75 61 63
Binary 10111101 10111111 1000100 1 0 1000000 11001 111101 110001 110011

Color Harmonies of #BDBF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF44

Black with #BDBF44

Text Example


Text Example

White with #BDBF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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