Html Css Color HEX #BDBF54 Celery

📋 copy color: '#BDBF54'

red 189 ◦ green 191 ◦ blue 84

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

Shades of Celery #BDBF54

Tints of Celery #BDBF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.1%

R = 40.73%
G = 41.16%
B = 18.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BDBF54 (or 0xBDBF54) is known color: Celery. HEX triplet: BD, BF and 54. RGB value is (189,191,84). Sum of RGB (Red+Green+Blue) = 189+191+84=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF54 is #4240AB. Grayscale: #B2B2B2. Windows color (decimal): -4341932 or 5554109. OLE color: 5554109.

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

Color convert

RGB 189 191 84 -
CMYK 0.01 0 0.56 0.25
HSL 61.12º 0.46% 0.54% -
HSV(B) 61.12º 0.56% 0.75% -
XYZ 41.22 48.72 15.62 -
YUV 178.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 189 191 84 0.01 0 0.56 0.25 61.12 0.46 0.54
Hex BD BF 54 1 0 38 19 3D 2E 36
Octal 275 277 124 1 0 70 31 75 56 66
Binary 10111101 10111111 1010100 1 0 111000 11001 111101 101110 110110

Color Harmonies of #BDBF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF54

Black with #BDBF54

Text Example


Text Example

White with #BDBF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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