Html Css Color HEX #BDBF51 Celery

📋 copy color: '#BDBF51'

red 189 ◦ green 191 ◦ blue 81

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

Shades of Celery #BDBF51

Tints of Celery #BDBF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.57%

R = 41%
G = 41.43%
B = 17.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BDBF51 (or 0xBDBF51) is known color: Celery. HEX triplet: BD, BF and 51. RGB value is (189,191,81). Sum of RGB (Red+Green+Blue) = 189+191+81=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF51 is #4240AE. Grayscale: #B2B2B2. Windows color (decimal): -4341935 or 5357501. OLE color: 5357501.

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

Color convert

RGB 189 191 81 -
CMYK 0.01 0 0.58 0.25
HSL 61.09º 0.46% 0.53% -
HSV(B) 61.09º 0.58% 0.75% -
XYZ 41.1 48.67 15.01 -
YUV 177.86 73.34 135.94 -
System Red Green Blue C M Y K H S L
Decimal 189 191 81 0.01 0 0.58 0.25 61.09 0.46 0.53
Hex BD BF 51 1 0 3A 19 3D 2E 35
Octal 275 277 121 1 0 72 31 75 56 65
Binary 10111101 10111111 1010001 1 0 111010 11001 111101 101110 110101

Color Harmonies of #BDBF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF51

Black with #BDBF51

Text Example


Text Example

White with #BDBF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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