Html Css Color HEX #BDC151 Celery

📋 copy color: '#BDC151'

red 189 ◦ green 193 ◦ blue 81

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

Shades of Celery #BDC151

Tints of Celery #BDC151

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.68%

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

R = 40.82%
G = 41.68%
B = 17.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#BDC151 (or 0xBDC151) is known color: Celery. HEX triplet: BD, C1 and 51. RGB value is (189,193,81). Sum of RGB (Red+Green+Blue) = 189+193+81=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC151 is #423EAE. Grayscale: #B3B3B3. Windows color (decimal): -4341423 or 5358013. OLE color: 5358013.

HSL color Cylindrical-coordinate representation of color #BDC151: hue angle of 62.14º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDC151 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 81 -
CMYK 0.02 0 0.58 0.24
HSL 62.14º 0.47% 0.54% -
HSV(B) 62.14º 0.58% 0.76% -
XYZ 41.54 49.55 15.16 -
YUV 179.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 189 193 81 0.02 0 0.58 0.24 62.14 0.47 0.54
Hex BD C1 51 2 0 3A 18 3E 2F 36
Octal 275 301 121 2 0 72 30 76 57 66
Binary 10111101 11000001 1010001 10 0 111010 11000 111110 101111 110110

Color Harmonies of #BDC151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC151

Black with #BDC151

Text Example


Text Example

White with #BDC151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC151; }

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

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

background-color css

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

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

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

border-color css

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

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

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