Html Css Color HEX #BDC037 Celery

📋 copy color: '#BDC037'

red 189 ◦ green 192 ◦ blue 55

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

Shades of Celery #BDC037

Tints of Celery #BDC037

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

 BLUE value IS 55 (21.88% from 255) = 12.61%

R = 43.35%
G = 44.04%
B = 12.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BDC037 (or 0xBDC037) is known color: Celery. HEX triplet: BD, C0 and 37. RGB value is (189,192,55). Sum of RGB (Red+Green+Blue) = 189+192+55=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC037 is #423FC8. Grayscale: #B0B0B0. Windows color (decimal): -4341705 or 3653821. OLE color: 3653821.

HSL color Cylindrical-coordinate representation of color #BDC037: hue angle of 61.31º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDC037 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 55 -
CMYK 0.02 0 0.71 0.25
HSL 61.31º 0.55% 0.48% -
HSV(B) 61.31º 0.71% 0.75% -
XYZ 40.53 48.79 10.9 -
YUV 175.49 60.01 137.64 -
System Red Green Blue C M Y K H S L
Decimal 189 192 55 0.02 0 0.71 0.25 61.31 0.55 0.48
Hex BD C0 37 2 0 47 19 3D 37 30
Octal 275 300 67 2 0 107 31 75 67 60
Binary 10111101 11000000 110111 10 0 1000111 11001 111101 110111 110000

Color Harmonies of #BDC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC037

Black with #BDC037

Text Example


Text Example

White with #BDC037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC037; }

 p { color: rgb(189,192,55); }

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

background-color css

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

 a { background-color: rgb(189,192,55); }

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

border-color css

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

 span { border-color: rgb(189,192,55); }

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